@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro&family=Work+Sans&display=swap");
body {
  font-family: "Source Serif Pro", serif;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #515151;
  letter-spacing: 1px;
  padding-bottom: 0 !important;
  background: url("../../image/bg.jpg");
}
body > .container {
  padding-bottom: 40px;
}
body * {
  outline: none;
  transition: all 0.2s ease;
}

.container {
  max-width: 1740px;
  width: 90.625%;
  padding: 0;
}

.target-heading {
  text-align: center;
  color: #d1ac32;
  font-size: 3.125em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: normal;
}

.btn {
  border: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  border-radius: 6px;
  box-shadow: 0px 9px 8px 0px rgba(81, 81, 81, 0.07);
  letter-spacing: 2px;
  font-size: 1em;
  outline: none !important;
}
.btn.btn-primary {
  background: #d1ac32;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background: #80691d;
  color: #ffffff;
}
.btn.btn-default, .btn[disabled] {
  background: #b1b1b1;
  color: #ffffff;
}
.btn[disabled]:hover {
  background: #b1b1b1;
}
.btn.btn-blue {
  background: #0353a4;
  color: #d1ac32;
}
.btn.btn-blue:hover {
  background: #d1ac32;
  color: #515151;
}
.btn.btn-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #ffffff;
  color: #d1ac32;
}
.btn.btn-circle i {
  font-size: 1.5em;
}
.btn.btn-circle:hover {
  background: #d1ac32;
  color: #ffffff;
}
.btn.btn.disabled {
  background: #cccccc;
}

.la-search {
  transform: rotateY(180deg);
}

.slider-nav {
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 65px;
  color: #d1ac32;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.slider-nav.slider-nav-left {
  left: 55px;
}
.slider-nav.slider-nav-right {
  right: 55px;
}

.breadcrumb {
  margin-bottom: 50px;
}
.breadcrumb li {
  padding: 0 10px;
  text-transform: uppercase;
}
.breadcrumb li::after {
  content: "|";
}
.breadcrumb li a {
  color: #d1ac32;
}

.pagination li.active span {
  background: #d1ac32;
  color: #ffffff;
  border-color: #d1ac32;
}
.pagination li a:hover {
  background: #d1ac32;
  color: #ffffff;
  border-color: #d1ac32;
}

.slick-custom-navigation {
  margin: 40px auto;
  align-items: center;
  justify-content: center;
}
.slick-custom-navigation a {
  color: #d1ac32;
  font-size: 1.5em;
}
.slick-custom-navigation .count {
  font-family: "Work Sans", sans-serif;
  color: #d1ac32;
  margin: 0 10px;
}

.floating-widgets {
  position: fixed;
  left: 20px;
  bottom: 30%;
  z-index: 3;
}
.floating-widgets a {
  display: block;
}
.floating-widgets a:hover img {
  transform: scale(1.1);
}

.product-search .target-heading {
  margin-bottom: 40px;
}
.product-search .search-container .search-options,
.product-search .search-container .input-group {
  align-items: center;
}
.product-search .search-container .search-options select,
.product-search .search-container .search-options input,
.product-search .search-container .search-options button {
  height: 40px;
}
.product-search .search-container .search-options button {
  padding: 0 20px;
}
.product-search .product-view {
  justify-content: center;
}

.input-group {
  flex-direction: row;
}
1
.input-group.date {
  flex-direction: row;
}

.input-group.date  .input-group-addon {
  margin-bottom: 0;
  width: 40px;
  flex: none;
}

.input-group input,
.input-group button {
  height: 40px;
}
.input-group .btn {
  padding: 0 20px;
}
.input-group .input-group-btn {
  flex-direction: row;
  font-size: 1em;
  flex: none;
}

#cartSummary tbody tr td {
  vertical-align: middle;
}
#cartSummary tbody tr td a {
  color: #d1ac32;
}

#terms a {
  color: #d1ac32;
}

.sale-countdown span:not(:last-child):after {
  content: ":";
}
.sale-countdown span.noval {
  display: none;
}

.input-group > * {
  flex: 1;
}
.input-group button {
  width: 100%;
}

.custom-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-icon.icon-search {
  background-image: url("../../image/search.png");
}
.custom-icon.icon-cart {
  background-image: url("../../image/cart.png");
}
.custom-icon.icon-profile {
  background-image: url("../../image/profile.png");
}

.search-container {
  max-width: 100%;
}
.search-container .search-options {
  justify-content: center;
}
.search-container .search-options select {
  max-width: 100%;
  width: auto;
  font-size: 0.875em;
}

#payment-method .flex {
  align-items: center;
  justify-content: space-between;
}
#payment-method .payment-icons img {
  width: 30px;
}

table th,
table td {
  padding: 10px 20px;
}

#quickcheckoutconfirm .payment img {
  max-width: 300px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 10px;
}
.header-container * {
  transition: all 0.5s ease;
}
.header-container.sticky .header-logo img {
  width: 100px;
}
.header-container.sticky .header-menu #main-menu li ul {
  top: 50px !important;
}
.header-container.sticky .header-menu #main-menu li ul ul {
  margin-top: -50px !important;
}
.header-container .right {
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.header-container .search-custom {
  padding-right: 0;
}
.header-container .search-custom .search-box {
  border: 0;
  width: auto;
}
.header-container .search-custom .search-box button {
  font-size: 2em;
  color: #d1ac32;
  padding: 0 15px;
}
.header-container .search-custom .search-box button:hover {
  color: #aa8b26;
}
.header-container .header-logo img {
  width: 170px;
}
.header-container .header-top #cart > a,
.header-container .header-top #account > a {
  font-size: 2em;
  color: #d1ac32;
  padding: 0 15px;
}
.header-container .header-top #cart > a:hover,
.header-container .header-top #account > a:hover {
  color: #aa8b26;
}
.header-container .header-top #cart > a .badge,
.header-container .header-top #account > a .badge {
  background: #d1ac32;
  left: 90%;
}
.header-container .header-menu {
  margin-right: 35px;
}
.header-container .header-menu #main-menu > li > ul {
  top: 80px !important;
}
.header-container .header-menu #main-menu > li > ul > li > ul {
  display: none !important;
}
.header-container .header-menu #main-menu li {
  position: relative;
}
.header-container .header-menu #main-menu li img {
  margin-right: 5px;
  width: 30px;
}
.header-container .header-menu #main-menu li a {
  font-size: 1.063em;
  color: #d1ac32;
  text-transform: uppercase;
  padding: 0 25px;
}
.header-container .header-menu #main-menu li a:hover {
  color: #aa8b26;
}
.header-container .header-menu #main-menu li a .sub-arrow {
  display: none;
}
.header-container .header-menu #main-menu li ul {
  box-shadow: none;
  border-color: #d1ac32;
  display: none !important;
}
.header-container .header-menu #main-menu li ul li {
  border-bottom: 1px solid #d1ac32;
}
.header-container .header-menu #main-menu li ul li:last-child {
  border-bottom: none;
}
.header-container .header-menu #main-menu li ul a {
  padding: 10px 20px;
}
.header-container .header-menu #main-menu li ul a:hover {
  background: #d1ac32;
  color: #ffffff;
}
.slide-out-cart .item-details .item-name {
  color: #d1ac32;
  text-transform: uppercase;
}
.slide-out-cart .item-details .btn-danger {
  position: relative;
  z-index: 2;
  padding: 0;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.slide-out-cart .cart-dorpdown-item-charges .input-group {
  align-items: center;
}
.slide-out-cart .cart-dorpdown-item-charges .input-group input,
.slide-out-cart .cart-dorpdown-item-charges .input-group button {
  height: 40px;
}
.slide-out-cart .cart-dorpdown-item-charges .input-group .btn {
  padding: 0 20px;
  border-radius: 0;
}
.slide-out-cart .cart-dorpdown-item-charges .input-group .btn:hover {
  background: #d1ac32;
}

#footer-area footer {
  background: #ffffff;
  border-top: 0;
}
#footer-area footer h5,
#footer-area footer h3 {
  color: #d1ac32;
  font-size: 2.25em;
  font-weight: normal;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#footer-area footer .footer-upper-contet {
  justify-content: space-between;
  align-items: flex-start;
}
#footer-area footer .footer-contact-links {
  max-width: 195px;
  width: 100%;
}
#footer-area footer .footer-contact-links li {
  margin-bottom: 10px;
}
#footer-area footer .footer-contact-links a {
  color: #515151;
}
#footer-area footer .footer-contact-links a:hover {
  color: #d1ac32;
}
#footer-area footer .footer-bottom {
  padding-top: 90px;
}
#footer-area footer .footer-bottom p,
#footer-area footer .footer-bottom a {
  font-family: "Work Sans", sans-serif;
  color: #515151;
  font-size: 0.875em;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}
#footer-area footer .footer-bottom a {
  font-size: 1em;
}
#footer-area footer .newsletter {
  max-width: 850px;
  width: 100%;
  padding-left: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#footer-area footer .newsletter div[class^=newsletter-] {
  width: 100%;
}
#footer-area footer .newsletter .flex {
  position: relative;
}
#footer-area footer .newsletter .flex img {
  max-width: 50px;
  margin-left: 10px;
}
#footer-area footer .newsletter .footer-social-icons {
  width: auto;
}
#footer-area footer .newsletter .text-center {
  font-weight: normal;
  color: #515151;
  letter-spacing: normal;
  margin-bottom: 20px;
}
#footer-area footer .newsletter .form-control {
  height: 70px;
  border-radius: 10px 0 0 10px;
  border: none;
  background: #f2f2f2;
  box-shadow: none;
  padding: 0 30px;
  font-family: "Work Sans", sans-serif;
}
#footer-area footer .newsletter .btn {
  position: absolute;
  width: 24.8484848485%;
  right: 0;
  bottom: 0;
  height: 70px;
  border-radius: 10px;
  padding: 0;
  font-size: 1em;
}

.slideshow .container {
  padding: 0 0 50px 75px;
}
.slideshow .slick-slide img {
  margin: auto 15% auto auto;
  max-height: 640px;
}
.slideshow .slider-slideshow-description-texts {
  max-width: 615px;
  width: 100%;
  padding-left: 0;
}
.slideshow .slider-slideshow-description-texts .slideshow-text-0 {
  font-size: 1.125em;
  color: #515151;
}
.slideshow .slider-slideshow-description-texts .heading {
  font-size: 4.938em;
  color: #d1ac32;
  text-transform: capitalize;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 40px;
}
.slideshow .slider-slideshow-description-texts .slider-slideshow-description-link {
  margin-top: 40px;
}
.slideshow .slider-slideshow-description-texts .btn {
  padding: 20px 60px;
}
.slideshow .slider-dots {
  left: auto;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slideshow .slider-dots li:before {
  content: "";
  width: 1px;
  height: 0;
  background: #d1ac32;
  display: block;
  margin: auto auto 10px;
  transition: height 0.5s ease;
}
.slideshow .slider-dots li.slick-active {
  position: relative;
}
.slideshow .slider-dots li.slick-active:before {
  height: 80px;
}
.slideshow .slider-dots li.slick-active button {
  border-color: #d1ac32;
  width: 20px;
}
.slideshow .slider-dots li button {
  background: transparent;
  width: 20px;
  height: 20px;
  border: solid 1px transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin: 0;
}
.slideshow .slider-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #d1ac32;
  border-radius: 10px;
}

.bestseller .writeup {
  max-width: 430px;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: auto;
}
.bestseller .slide,
.bestseller .featured {
  width: 67.1875%;
}

.bestseller {
  background: url("../../image/bg1.jpg") no-repeat;
  padding: 70px 0;
}
.bestseller .slick-list {
  padding-right: 100px !important;
}
.bestseller .product-block {
  padding: 0 7px;
}
.bestseller .product-block:hover .product-image:before {
  height: 450px;
}
.bestseller .product-block:hover .product-image .hover {
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.2s;
}
.bestseller .product-block .product-image {
  overflow: hidden;
  position: relative;
}
.bestseller .product-block .product-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  transition: height 0.3s ease;
}
.bestseller .product-block .product-image > a {
  display: block;
  z-index: 1;
  position: relative;
}
.bestseller .product-block .product-image .hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.bestseller .product-block .product-image .hover .btn {
  margin: 0 10px;
  width: 65px;
  height: 65px;
  font-size: 1.25em;
  border: solid 1px #d1ac32;
}
.bestseller .product-block .product-image .sale {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #d1ac32;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.bestseller .product-block .product-image .sale > * {
  margin: 0 5px;
  color: #ffffff;
  font-size: 0.875em;
}

.product-block {
  border: none;
  background: transparent;
}
.product-block .product-name a {
  font-size: 1.125em;
  color: #d1ac32;
  margin: 0;
  text-transform: uppercase;
}
.product-block .price {
  font-size: 1.125em;
}
.product-block .price .price-old {
  color: #cccccc;
  text-decoration: line-through;
}

.fcategory {
  padding: 0;
}
.fcategory .slick-slide {
  margin-right: 7px;
}
.fcategory .product-layout {
  width: 20%;
  padding: 0;
  transform: skew(-4deg, 0deg);
  overflow: hidden;
}
.fcategory .product-layout .image > a {
  position: relative;
}
.fcategory .product-layout .image > a:before {
  content: "";
  position: absolute;
  background: #d1ac32;
  opacity: 0.7;
  width: 100%;
  height: 0;
  z-index: 1;
  left: 0;
  transition: height 0.5s ease;
}
.fcategory .product-layout > * {
  transform: skew(4deg, 0deg) scale(1.15);
}
.fcategory .product-layout h4 {
  position: absolute;
  bottom: 40px;
  left: 0;
  font-size: 1.25em;
  background: #d1ac32;
  left: 20px;
  padding: 20px 20px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0 10px 10px 0;
  transition: none;
}
.fcategory .product-layout h4:before {
  content: "";
  position: absolute;
  background: #d1ac32;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 20px;
  transform: skew(-4deg);
  transition: none;
}
.fcategory .product-layout h4 a {
  color: #ffffff;
}
.fcategory .product-thumb {
  border: none;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.fcategory .product-thumb .image:hover a {
  opacity: 1;
}
.fcategory .product-thumb .image img {
  max-width: unset;
  width: auto;
  height: 100% !important;
}

.gallalbum.section-space {
  background: url("../../image/bg2.jpg") no-repeat;
  padding: 70px 0;
}
.gallalbum.section-space .target-heading {
  margin-bottom: 0;
}
.gallalbum.section-space .description {
  max-width: 720px;
  width: 100%;
  margin: 70px auto;
  text-align: center;
}
.gallalbum.section-space .gallery-listing .row {
  display: flex;
  justify-content: center;
}
.gallalbum.section-space .gallery-listing .row .slick-list {
  width: 100%;
}
.gallalbum.section-space .gallery-listing .row .g-thumb-item {
  padding: 0 5px;
}
.gallalbum.section-space .gallery-listing .row .caption {
  display: none;
}
.gallalbum.section-space .btn {
  display: flex;
  margin: auto;
  width: 250px;
  justify-content: center;
}
.gallalbum.section-space .gallery-listing .row .slick-list .slick-slide > div > div {
  margin-bottom: 20px;
}
.gallalbum.section-space .slick-arrow {
  width: 40px;
  height: 40px;
  color: #d1ac32;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
  font-size: 2em;
}
.gallalbum.section-space .slick-custom-navigation {
  margin: 110px 0 60px;
}

.galleryModal .modal-dialog {
  max-width: 800px;
  width: 100%;
}
.galleryModal .modal-content,
.galleryModal .product-product {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.galleryModal .modal-content .slick-arrow,
.galleryModal .product-product .slick-arrow {
  width: 40px;
  height: 40px;
  color: #d1ac32;
  top: 0;
  bottom: 0;
  margin: auto;
}
.galleryModal .modal-content .slick-arrow i,
.galleryModal .product-product .slick-arrow i {
  font-size: 3em;
}
.galleryModal .modal-content .slick-arrow.left,
.galleryModal .product-product .slick-arrow.left {
  left: -40px;
}
.galleryModal .modal-content .slick-arrow.right,
.galleryModal .product-product .slick-arrow.right {
  right: -40px;
}
.galleryModal .modal-header {
  border-bottom: none;
}
.galleryModal .close {
  color: #ffffff;
  opacity: 1;
  margin-right: -40px;
}
.galleryModal .close i {
  font-size: 2em;
}
.galleryModal .product-image-main-container {
  width: 100%;
  overflow: visible;
}
.galleryModal .product-image-additional-container {
  margin-top: 20px;
}
.galleryModal .product-image-additional-container img {
  border: 0;
}
.galleryModal .product-image-additional-container .slick-slide {
  margin: 0 5px;
}

#popup-modal.modal {
  background: rgba(255, 255, 255, 0.9);
}
#popup-modal.modal > .position-center-center {
  top: 2%;
  left: unset;
  right: 25px;
  bottom: auto;
  transform: none;
}
#popup-modal.modal .modal-dialog {
  max-width: 435px;
  border: solid 1px #d1ac32;
  margin: auto 0 auto auto;
}
#popup-modal.modal .modal-dialog .modal-content {
  padding-bottom: 40px;
}
#popup-modal.modal .modal-dialog .modal-header {
  text-align: right;
  padding-bottom: 0;
}
#popup-modal.modal .modal-dialog .close {
  font-size: 2em;
  float: none;
}
#popup-modal.modal .modal-dialog .modal-body {
  padding-top: 0;
}
#popup-modal.modal .modal-dialog .modal-body img {
  max-width: 380px;
  display: block;
  margin: auto;
}
#popup-modal.modal .modal-dialog .countdown {
  margin: 15px 0 30px;
}
#popup-modal.modal .modal-dialog .countdown .sale-countdown {
  display: flex;
  justify-content: center;
}
#popup-modal.modal .modal-dialog .countdown .sale-countdown span:not(.noval) {
  font-size: 1.5em;
  font-weight: 600;
  color: #ffffff;
  background-color: #d1ac32;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  width: 55px;
  height: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 20px;
}
#popup-modal.modal .modal-dialog .countdown .sale-countdown span:not(.noval):after {
  content: "";
  display: block;
  font-size: 0.667em;
  font-weight: normal;
}
#popup-modal.modal .modal-dialog .countdown .sale-countdown span:not(.noval).days:after {
  content: "Days";
}
#popup-modal.modal .modal-dialog .countdown .sale-countdown span:not(.noval).hours:after {
  content: "Hours";
}
#popup-modal.modal .modal-dialog .countdown .sale-countdown span:not(.noval).minutes:after {
  content: "Min";
}
#popup-modal.modal .modal-dialog .countdown .sale-countdown span:not(.noval).seconds:after {
  content: "Sec";
}
#popup-modal.modal .modal-dialog .details p {
  font-size: 1.125em;
  text-align: center;
}
#popup-modal.modal .modal-dialog .details label {
  font-family: "Work Sans", sans-serif;
  color: #515151;
  font-weight: 700;
}
#popup-modal.modal .modal-dialog .details .product-name {
  text-transform: uppercase;
  color: #d1ac32;
}
#popup-modal.modal .modal-dialog .details .price .old-price {
  text-decoration: line-through;
  color: #cccccc;
}
#popup-modal.modal .modal-dialog .details .options {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 305px;
  width: 100%;
}
#popup-modal.modal .modal-dialog .details .options select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #e1e1e1;
  box-shadow: none;
  border-radius: 6px;
  height: 45px;
  max-width: 100%;
  font-family: "Work Sans", sans-serif;
  padding-right: 40px;
}
#popup-modal.modal .modal-dialog .details .options select::placeholder {
  opacity: 0.7;
}
#popup-modal.modal .modal-dialog .details .options select::-ms-expand {
  display: none;
}
#popup-modal.modal .modal-dialog .details .options .form-group {
  margin: 0 5px;
}
#popup-modal.modal .modal-dialog .details .options .form-group.required label:before {
  color: #d1ac32;
}
#popup-modal.modal .modal-dialog .details .options .drop {
  position: relative;
}
#popup-modal.modal .modal-dialog .details .options .drop:after {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 0;
  margin: auto;
  height: 20px;
}
#popup-modal.modal .modal-dialog .details .qty {
  margin: 10px auto 0;
  max-width: 305px;
  width: 100%;
}
#popup-modal.modal .modal-dialog .details .qty .input-group {
  margin-bottom: 20px;
  width: 100%;
}
#popup-modal.modal .modal-dialog .details .qty .input-group > * {
  flex: auto;
}
#popup-modal.modal .modal-dialog .details .qty .input-group .btn {
  background: transparent;
  width: 25px;
  box-shadow: none;
  border: solid 1px #e1e1e1;
  color: #515151;
  padding: 0;
  text-align: center;
}
#popup-modal.modal .modal-dialog .details .qty #button-cart {
  width: 100%;
}
#popup-modal.modal .modal-dialog .details .btn-container {
  justify-content: center;
}

.wechat-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 1;
}
.wechat-popup .close {
  font-size: 2em;
  color: #515151;
  opacity: 1;
  margin: auto 0 auto auto;
}
.wechat-popup .target-heading {
  color: #d1ac32;
}
.wechat-popup .container {
  background: #ffffff;
  max-width: 300px;
  max-height: 300px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-bottom: 20px;
}
.wechat-popup .container img {
  display: block;
  max-height: 200px;
  width: auto;
  margin: auto;
}

.information-information {
  background: url("../../image/bg.jpg");
  background-size: 100%;
}
.information-information #column-left {
  width: 50%;
}
.information-information #column-left img {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.information-information #content p {
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 30px;
}

.information-contact {
  background: url("../../image/bg.jpg");
}
.information-contact .panel-default {
  border: none;
  background: transparent;
}
.information-contact .panel-default .row > div {
  margin-bottom: 50px;
}
.information-contact .panel-default .row .heading {
  font-size: 1.75em;
  color: #d1ac32;
  margin-bottom: 35px;
}
.information-contact .panel-default .row .group {
  margin-bottom: 35px;
}
.information-contact .panel-default .row .group a {
  color: #515151;
}
.information-contact .panel-default .row .group p {
  font-size: 1.125em;
}
.information-contact .panel-default .row .form-group input {
  height: 45px;
  box-shadow: none;
}
.information-contact .panel-default .row .form-group textarea {
  max-height: 145px;
}
.information-contact .panel-default .row .upload {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.information-contact .panel-default .row .upload input {
  border: none;
  position: absolute;
}
.information-contact .panel-default .row .upload label {
  color: #515151;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.information-contact .panel-default .row .upload .flex {
  align-items: center;
}
.information-contact .panel-default .row .upload .flex span {
  letter-spacing: normal;
}
.information-contact .panel-default .row .upload .btn {
  margin-right: 20px;
  height: 40px;
  padding: 0 20px;
  text-transform: capitalize;
  letter-spacing: normal;
  width: auto;
}

.information-contact-success h2 {
  text-align: center;
}

.product-category {
  background: url("../../image/bg.jpg");
}
.product-category #column-left {
  width: 20%;
}
.product-category #filter-groups {
  background: transparent;
}
.product-category #filter-groups #side_filter {
  background: transparent;
}
.product-category #filter-groups .item-header {
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0;
  background: transparent;
}
.product-category #filter-groups .list-group-item:not(.item-header) {
  padding: 15px 0;
  margin-bottom: 70px;
  background: #ffffff;
}
.product-category #filter-groups .list-group-item .side-categories-level-1 {
  width: 70%;
}
.product-category #filter-groups .sub {
  max-height: 300px;
  overflow: auto;
}
.product-category #filter-groups .level-1:hover > a img:not(.hover), .product-category #filter-groups .level-1.active > a img:not(.hover) {
  display: none;
}
.product-category #filter-groups .level-1:hover > a img.hover, .product-category #filter-groups .level-1.active > a img.hover {
  display: block;
}
.product-category #filter-groups .level-1 > a {
  color: #d1ac32;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.product-category #filter-groups .level-1 > a img {
  width: 30px;
  margin-right: 10px;
}
.product-category #filter-groups .level-1 > a img.hover {
  display: none;
}
.product-category #filter-groups .level-1:hover, .product-category #filter-groups .level-1.active {
  background: #d1ac32;
}
.product-category #filter-groups .level-1:hover > a,
.product-category #filter-groups .level-1:hover .toggle, .product-category #filter-groups .level-1.active > a,
.product-category #filter-groups .level-1.active .toggle {
  color: #ffffff;
}
.product-category #filter-groups .level-1.active .toggle .la-minus {
  display: block;
}
.product-category #filter-groups .level-1.active .toggle .la-plus,
.product-category #filter-groups .level-1.active .toggle .la-angle-right {
  display: none;
}
.product-category #filter-groups .level-1 .toggle .la-minus {
  display: none;
}
.product-category #filter-groups .level-2 .group {
  border-bottom: none;
}
.product-category #filter-groups .level-2 > a {
  padding: 10px 20px 10px 20px;
  color: #d1ac32;
}
.product-category #filter-groups .level-2 > a:hover {
  text-decoration: underline;
}
.product-category #filter-groups #side_filter .checkbox {
  margin-bottom: 30px;
}
.product-category #filter-groups #side_filter .checkbox label {
  width: auto;
  display: flex;
  align-items: center;
}
.product-category #filter-groups #side_filter .checkbox input {
  width: 25px;
  height: 25px;
  border: solid 0.5px #cccccc;
  position: static;
  margin-right: 10px;
}
.product-category #filter-groups #side_filter .checkbox input:checked {
  filter: sepia(1);
}
.product-category #filter-groups #side-price #min,
.product-category #filter-groups #side-price #max {
  top: 0 !important;
}
.product-category #filter-groups #side-price .ui-slider-handle,
.product-category #filter-groups #side-price .ui-slider-range {
  background: #d1ac32;
}
.product-category #product-filter-replace .flex-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 60px;
}
.product-category #product-filter-replace .sort-drop {
  min-width: 145px;
  width: auto;
}
.product-category #product-filter-replace .sort-drop .form-group {
  margin-bottom: 0;
  position: relative;
}
.product-category #product-filter-replace .sort-drop .form-group:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #515151 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.product-category #product-filter-replace .sort-drop .form-group select {
  width: auto;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background: transparent;
}
.product-category #product-filter-replace .sort-drop .form-group select::-ms-expand {
  display: none;
}
.product-category #product-filter-replace .view {
  max-width: 135px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product-category #product-filter-replace .view a {
  color: #cccccc;
}
.product-category #product-filter-replace .view a:last-child {
  margin-left: 30px;
}
.product-category #product-filter-replace .view a.active {
  color: #515151;
}
.product-category #product-filter-replace .view .fa {
  font-size: 2em;
}
.product-category #content {
  width: 80%;
}
.product-category .product-view.list {
  flex-direction: column;
}
.product-category .product-view.list .product-gutter {
  width: 100%;
}
.product-category .product-view.list .product-gutter .product-block {
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.product-category .product-view.list .product-gutter .product-block .product-image-block {
  width: 25%;
}
.product-category .product-view.list .product-gutter .product-block .product-name {
  margin: auto 20px;
}
.product-category .product-view.list .product-gutter .product-block .product-details {
  margin: auto;
}

.product-block {
  border: none;
}
.product-block:hover .product-image-block:before {
  height: 550px;
  z-index: 1;
}
.product-block:hover .product-image-block .hover {
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.2s;
  z-index: 1;
}
.product-block .product-image-block {
  overflow: hidden;
  position: relative;
}
.product-block .product-image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  transition: height 0.3s ease;
}
.product-block .product-image-block .hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.product-block .product-image-block .hover .btn {
  margin: 0 10px;
  width: 65px;
  height: 65px;
  font-size: 1.25em;
  letter-spacing: 0;
  border: solid 1px #d1ac32;
}
.product-block .product-image-block .product-image {
  display: block;
  z-index: 1;
  position: relative;
}
.product-block .product-image-block .sale {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #d1ac32;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.product-block .product-image-block .sale > * {
  margin: 0 5px;
  color: #ffffff;
  font-size: 0.875em;
}
.product-block .product-name a {
  font-size: 1.125em;
  color: #d1ac32;
  margin: 0;
  text-transform: uppercase;
}
.product-block .price {
  font-size: 1.125em;
}
.product-block .price .price-old {
  color: #cccccc;
  text-decoration: line-through;
}

.special-sticker,
.sticker {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  line-height: 1;
  border-radius: 50px;
  left: 15px;
  top: 15px;
  background: #d1ac32;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.out-of-stock .sticker {
  background: #b1b1b1;
}

.product-product {
  background: url("../../image/bg.jpg");
}
.product-product .product-details > * {
  max-width: 780px;
  width: 100%;
  margin: auto 0 auto auto;
}
.product-product .product-details .product-name {
  color: #d1ac32;
  text-transform: uppercase;
  font-size: 1.563em;
  margin-bottom: 20px;
}
.product-product .product-details .sale {
  margin-top: 40px;
}
.product-product .product-details .sale p {
  color: #d1ac32;
}
.product-product .product-details .sale-countdown {
  display: flex;
}
.product-product .product-details .sale-countdown span {
  text-align: center;
  background: #d1ac32;
  color: #ffffff;
  margin-right: 10px;
  padding: 10px;
}
.product-product .product-details .sale-countdown span:after {
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
}
.product-product .product-details .sale-countdown span.noval {
  display: none;
}
.product-product .product-details .sale-countdown span.days:after {
  content: "Days";
}
.product-product .product-details .sale-countdown span.hours:after {
  content: "hours";
}
.product-product .product-details .sale-countdown span.minutes:after {
  content: "mins";
}
.product-product .product-details .sale-countdown span.seconds:after {
  content: "secs";
}
.product-product .flex {
  align-items: center;
}
.product-product .prices {
  font-size: 1.563em;
  display: flex;
  margin: 0 20px 0 0;
}
.product-product .prices li {
  margin-right: 10px;
}
.product-product .prices .old-prices {
  color: #b1b1b1;
}
.product-product .rating {
  align-items: center;
}
.product-product .rating p {
  color: #d1ac32;
  font-size: 1.563em;
  margin: 0 10px 0 0;
}
.product-product .rating .fa-star {
  color: #818181;
  font-size: 1.5em;
  margin: 0 3px;
}
.product-product .rating .fa-star.rate {
  color: #ffcc00;
}
.product-product .desc-rating {
  margin-top: 50px;
  margin-bottom: 35px;
}
.product-product .desc-rating .tabs {
  margin-bottom: 20px;
}
.product-product .desc-rating .tabs a {
  color: #818181;
  font-size: 1.125em;
  margin-right: 20px;
}
.product-product .desc-rating .tab-content-container {
  border: solid 1px #cccccc;
  padding: 20px;
}
.product-product .desc-rating .tab-content-container > div {
  display: none;
}
.product-product .desc-rating .tab-content-container > div.active {
  display: block;
}
.product-product .desc-rating .tab-content-container #details p {
  font-size: 1.125em;
  line-height: 1.5;
}
.product-product .desc-rating .tab-content-container #details p:last-child {
  margin-bottom: 0;
}
.product-product .desc-rating .tab-content-container #tab-review h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-product .desc-rating .tab-content-container #tab-review .flex {
  align-items: center;
  justify-content: space-between;
}
.product-product .desc-rating .tab-content-container #tab-review .flex .form-group {
  width: 50%;
}
.product-product .desc-rating .tab-content-container #tab-review .form-group {
  margin: 0 0 20px;
}
.product-product .desc-rating .tab-content-container #tab-review .form-group input.form-control {
  height: 45px;
  box-shadow: none;
}
.product-product .desc-rating .tab-content-container #tab-review .control-label {
  margin-right: 10px;
  padding-top: 0;
}
.product-product .desc-rating .tab-content-container #tab-review .control-label:before {
  content: "";
}
.product-product .desc-rating .tab-content-container #tab-review .star-rate {
  color: #818181;
}
.product-product .desc-rating .tab-content-container #tab-review .star-rate.rate, .product-product .desc-rating .tab-content-container #tab-review .star-rate:hover {
  color: #ffcc00;
}
.product-product .desc-rating .tab-content-container #tab-review .star-rate .fa {
  font-size: 1.5em;
}
.product-product #product label {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}
.product-product #product select {
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.product-product #product select::-ms-expand {
  display: none;
}
.product-product #product select,
.product-product #product textarea {
  border-radius: 10px;
}
.product-product #product .options {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-product #product .options > * {
  width: 48%;
}
.product-product #product .form-group {
  margin-bottom: 35px;
}
.product-product #product .drop {
  position: relative;
  max-width: 320px;
}
.product-product #product .drop:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #515151 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 23px;
  margin: auto;
}
.product-product #product .input-group {
  max-width: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.product-product #product .input-group button {
  height: 45px;
  background: #e1e1e1;
  border-radius: 0;
  padding: 0;
  width: 40px;
  color: #515151;
  box-shadow: none;
}
.product-product #product .input-group button:hover {
  background: #d1ac32;
  color: #ffffff;
}
.product-product #product .input-group #input-quantity {
  width: 140px;
  height: 45px;
}
.product-product .cart-share {
  align-items: center;
  margin-top: 35px;
}
.product-product .cart-share > .input-group-flex {
  margin: 0;
}
.product-product .cart-share #button-cart,
.product-product .cart-share #button-enquiry {
  padding: 20px 60px;
  margin-right: 40px;
}
.product-product .product-image-main-container {
  margin-bottom: 0;
}
.product-product .product-image-main-container .sticker {
  width: 80px;
  height: 80px;
  font-size: 1.125em;
}
.product-product .vertical {
  align-items: flex-start;
}
.product-product .vertical .product-image-additional-container {
  max-width: 130px;
  width: 16.7741935484%;
}
.product-product .vertical .product-image-additional-container img {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.product-product .vertical .product-image-additional {
  padding: 50px 0;
}
.product-product .vertical .product-image-additional .slick-arrow {
  width: 45px;
  height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #515151;
  color: #ffffff;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-product .vertical .product-image-additional .slick-arrow:hover {
  background: #d1ac32;
}
.product-product .vertical .product-image-additional .slick-arrow.next {
  bottom: 0;
}
.product-product .vertical .product-image-additional .slick-arrow.prev {
  top: 0;
}
.product-product .vertical .product-image-main-container {
  max-width: 635px;
  width: 81.935483871%;
  margin-left: 10px;
}
.product-product .vertical .product-image-main-container img {
  transform: scale(1.1);
}
.product-product .featured_related_products_ {
  margin-top: 100px;
}
.product-product .featured_related_products_ .slick-track {
  justify-content: center;
}
.product-product .featured_related_products_ .slick-slide {
  margin: 0 35px;
}
.product-product .slick-custom-navigation {
  letter-spacing: 1px;
}
.product-product .slick-custom-navigation a {
  font-size: 2.5em;
}
.product-product #form-review h3 {
  font-size: 1.563em;
  color: #d1ac32;
}
.product-product #waiting_list {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(81, 81, 81, 0.1);
  color: #000000;
}
.product-product #waiting_list .waiting_list_container {
  border: none;
  padding: 35px;
}
.product-product #waiting_list .waiting_list_container .heading {
  font-size: 1.625em;
}
.product-product #waiting_list .waiting_list_container .waiting_list_description {
  margin: 20px 0 15px;
  padding: 0;
}
.product-product #waiting_list .waiting_list_container .flex-group {
  position: relative;
}
.product-product #waiting_list .waiting_list_container .flex-group input {
  background: #f2f2f2;
  padding: 0 30px;
  border-radius: 5px;
  border: none;
  font-family: "Work Sans", sans-serif;
  height: 60px;
}
.product-product #waiting_list .waiting_list_container .flex-group #waiting_list_submit {
  position: absolute;
  box-shadow: none;
  right: 0;
  top: 0;
  height: 100%;
  width: 28.1690140845%;
}

body[class^=account-] .target-heading {
  margin-bottom: 40px;
}

.account-register #register-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.account-register #register-form #google_recaptcha {
  margin-bottom: 0;
}

.gallery-page .target-heading {
  margin-bottom: 0;
}
.gallery-page .categories {
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.gallery-page .categories button {
  margin: 0 10px 0;
  width: auto;
  background: #ffffff;
  color: #d1ac32;
  border: solid 1px #d1ac32;
}
.gallery-page .gallery-listing .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-page .gallery-listing .g-thumb-item {
  width: 20%;
}

@media (max-width: 1400px) {
    .header-container .header-menu #main-menu li a {
        padding: 0 15px;
        font-size: 0.875em;
    }
    
    .header-logo-image {
        max-width: 120px;
    }
    
    #footer-area footer h5, #footer-area footer h3 {
        font-size: 1.5em;
    }
    
  .slideshow .container {
    padding: 0;
  }

  .product-block .product-image-block .sale > * {
    font-size: 0.75em;
  }

  .product-product .featured_related_products_ .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 1024px) {
  .target-heading {
    margin-bottom: 40px;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  .header-container .header-menu #main-menu li img {
    display: none;
  }
  .header-container .header-menu #main-menu li a {
    padding: 0 10px;
  }

  .slideshow .slick-slide img {
    margin: auto 0 auto auto;
    max-height: 640px;
  }
  .slideshow .slider-slideshow-description-texts {
    max-width: 500px;
  }
  .slideshow .slider-slideshow-description-texts .heading {
    font-size: 3.75em;
  }

  .bestseller {
    padding: 70px 0;
  }
  .bestseller .writeup {
    padding: 0 20px;
  }
  .bestseller .slide {
    width: 60%;
  }

  .fcategory .product-layout > * {
    transform: skew(3deg, 0) scale(1.15);
  }
  .fcategory .product-layout h4 {
    font-size: 1.25em;
    height: 60px;
  }
  .fcategory .product-thumb .image img {
    max-height: 500px;
  }

  .gallalbum.section-space {
    padding: 40px 0;
  }
  .gallalbum.section-space .description,
.gallalbum.section-space .slick-custom-navigation {
    margin: 40px auto;
  }

  .information-information #column-left,
.information-information #content {
    width: 100%;
    margin: 20px 0;
  }

  .galleryModal .modal-dialog {
    max-width: 600px;
    margin: auto;
  }

  #popup-modal.modal .modal-dialog {
    max-width: 300px;
  }
  #popup-modal.modal .modal-dialog .modal-body img {
    width: 100%;
  }
  #popup-modal.modal .modal-dialog .countdown .sale-countdown span:not(.noval) {
    margin: 0 5px;
  }

  .contact-body {
    justify-content: space-between;
  }
  .contact-body > .form-group {
    width: 47%;
  }
}
@media (max-width: 992px) {
  .target-heading {
    font-size: 2.5em;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-container > * {
    flex: 1;
  }
  .header-container .header-logo img {
    width: 130px;
  }

  .header-mobile .mobile-account > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1em;
  }
  .header-mobile .mobile-account > a i {
    margin-right: 5px;
  }

  .slider-nav.slider-nav-left {
    left: 30px;
  }
  .slider-nav.slider-nav-right {
    right: 30px;
  }

  .slick-custom-navigation {
    margin: 20px auto;
  }

  .slideshow .container {
    padding: 50px 20px;
  }
  .slideshow .slider-slideshow-description-texts {
    max-width: 400px;
  }
  .slideshow .slider-dots {
    right: 20px;
  }

  .bestseller .target-heading {
    margin-bottom: 20px;
  }
  .bestseller .product-block .product-image .sale {
    flex-direction: column;
  }

  .product-block .product-image-block .sale {
    display: flex;
    flex-direction: column;
  }

  .fcategory .product-layout h4 {
    width: 150px;
    padding: 0 20px;
    line-height: 1.4;
  }

  .gallery-listing {
    padding: 0 20px;
  }

  #footer-area footer .newsletter .form-control,
#footer-area footer .newsletter .btn {
    height: 50px;
  }

  .product-category #product-filter-replace .flex-wrap {
    margin-bottom: 40px;
  }
  .product-category #column-left {
    width: 30%;
  }
  .product-category #content {
    width: 70%;
  }

  .product-product .product-image-main-container .sticker {
    width: 60px;
    height: 60px;
  }
  .product-product .cart-share {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-product .cart-share > * {
    margin: 10px 0;
  }
  .product-product .cart-share #button-cart {
    margin-right: 0;
  }
  .product-product #waiting_list .waiting_list_container {
    padding: 20px;
  }
  .product-product #waiting_list .waiting_list_container .flex-group #waiting_list_submit {
    width: 100px;
  }

  .gallery-page .gallery-listing .g-thumb-item {
    width: 25%;
  }

  #popup-modal.modal > .position-center-center {
    right: 0;
    left: 0;
  }
  #popup-modal.modal .modal-dialog {
    margin: auto;
  }

  .contact-body > *:not(:last-child) {
    flex: 1;
  }

  .information-contact .panel-default .row .group p {
    font-size: 1em;
  }

  .contact-body > .form-group {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
@media (max-width: 767px) {
  body #footer-area {
    margin-top: 0;
  }

  .btn {
    padding: 10px 10px;
  }

  .header-container .header-logo img {
    width: 100px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .slideshow .relative:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .bestseller .product-block .product-image .hover .btn {
    width: 40px;
    height: 40px;
  }

  .product-block .product-name {
    padding: 10px 0;
  }
  .product-block .product-name a {
    font-size: 1em;
  }

  .fcategory .product-thumb .image img {
    max-height: 300px;
  }

  .product-category #content {
    width: 100%;
  }
  .product-category #filter-groups {
    background: #ffffff;
  }
  .product-category #filter-groups #filter_group_tigger_close {
    background: transparent;
    color: #d1ac32;
    box-shadow: none;
  }
  .product-category #product-filter-replace .flex-wrap {
    background: #ffffff;
  }
  .product-category #product-filter-replace .flex-wrap > * {
    width: 33%;
    max-width: 100%;
    padding: 0;
    flex: 1;
  }
  .product-category #product-filter-replace .flex-wrap > *.view {
    justify-content: flex-end;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: 50px;
    align-items: center;
  }
  .product-category #product-filter-replace .flex-wrap > *.view a {
    margin: 0 10px;
  }
  .product-category #product-filter-replace .flex-wrap > * button,
.product-category #product-filter-replace .flex-wrap > * .form-group select {
    height: 50px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
  }
  .product-category #product-filter-replace .flex-wrap > * .form-group:after {
    display: none;
  }
  .product-category #product-filter-replace .flex-wrap > * #filter_group_tigger_open {
    background: #d1ac32;
    color: #ffffff;
    border-radius: 0;
  }
  .product-category .desc-rating .tab-content-container #tab-review .flex {
    justify-content: flex-start;
  }
  .product-category .cart-share {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .galleryModal .modal-dialog {
    max-width: 300px;
    margin: auto;
  }

  .floating-widgets a img {
    width: 30px;
  }

  #footer-area footer h3,
#footer-area footer .footer-bottom {
    text-align: center;
  }
  #footer-area footer .footer-upper-contet {
    justify-content: space-around;
  }
  #footer-area footer .footer-social-icons {
    display: flex;
    justify-content: center;
  }
  #footer-area footer .footer-bottom {
    padding-top: 20px;
  }
}
@media (max-width: 540px) {
  body > .container {
    padding-bottom: 0;
  }

  .header-container {
    padding: 5px 0;
  }
  
  .slideshow .slick-slide {
      padding: 20px;
  }

  .slideshow .slick-slide img {
    max-width: unset;
    height: auto;
    max-height: 500px;
    width: 50%;
    margin: auto;
  }
  .slideshow .slider-slideshow-description {
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    position: static;
    left: 0;
    transform: none;
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .slideshow .slider-slideshow-description-texts {
      padding: 0;
  }
  .slideshow .slider-slideshow-description-texts .heading {
    font-size: 2.5em;
    margin-bottom: 10px;
  }
  .slideshow .slider-slideshow-description-texts .btn {
    padding: 10px 20px;
  }

  .bestseller .flex {
    flex-direction: column;
  }
  .bestseller .slick-custom-navigation {
    display: none;
  }
  .bestseller .slide {
    width: 100%;
    margin-top: 40px;
  }
  .bestseller .slick-list {
    padding-right: 0 !important;
  }

  .fcategory .product-layout > * {
    transform: skew(3deg, 0) scale(1.25);
  }
  .fcategory .product-layout h4 {
    padding: 0px 30px;
    min-height: 40px;
    font-size: 0.875em;
    height: auto;
    width: auto;
  }

  .gallalbum.section-space .description,
.gallalbum.section-space .slick-custom-navigation {
    margin: 20px auto;
  }

  .product-product .cart-share > .input-group-flex {
    margin-top: 20px;
  }
  .product-product .featured_related_products_ {
    margin: 40px 0;
    padding-bottom: 10px;
  }

  .gallery-page .gallery-listing .g-thumb-item {
    width: 50%;
  }

  .product-block .product-image-block .hover .btn {
    width: 40px;
    height: 40px;
  }

  #footer-area footer {
    text-align: center;
    border-top: 1px solid #f2f2f2;
  }
  #footer-area footer h5,
#footer-area footer h3 {
    margin-bottom: 20px;
  }
  #footer-area footer .footer-contact-links:first-child {
    display: none;
  }
  #footer-area footer .newsletter {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .galleryModal .close {
    right: 0;
    position: absolute;
    top: 0;
    margin: 0;
  }
}

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