.home-gallery .head .desc {
  color: #333;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
}

.box-img {cursor:pointer;}
.fancybox-content {background-color: white !important;}

.features-section .features-accordion .box-content .list-item .item .content p {
  text-align: left;
}

.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-slide .box-img img {
	height: auto !important;
}

.product-section .product-wrapper .sidebar .filter-range-slider .slider-box .priceRange input {
  margin-left: -1rem;
}

.product-list {
  width: 100%;
}

#main-menu li ul li {
  position: relative;
}

#main-menu li ul li ul.sub-menu.nav-sub {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  left: calc(125% + 1.5rem);
  top: 0;
  visibility: hidden;
}

@media (max-width: 1200px){
	.header .navbar-mobile.active .menu__item.has-dropdown .nav-sub {
	display: block;
}
}

#main-menu li ul li.menu-item-has-children:hover ul.sub-menu.nav-sub {
  visibility: visible;
  top: -3rem;
}

.buttons-wrap .update-cart-btn {
  outline: none;
  background-color: unset;
}

.product-detail .product-info-wrapper .product-info .wrapper .add-cart-btn {
  outline: none;
}

.checkout-section .form-address .form-group,
.checkout-section .form-different-address .form-group {
  margin-bottom: 3rem;
}

.checkout-section .form-address .form-group label,
.checkout-section .form-different-address .form-group label {
  display: block;
  margin-bottom: 1.5rem;
  color: #404040;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
}

.checkout-section .form-address .form-group input,
.checkout-section .form-different-address .form-group input {
  -webkit-box-shadow: 0 0 0 1.2px #cbcbcb;
  outline: none;
  box-shadow: 0 0 0 1.2px #cbcbcb;
  border: none;
  background: none;
  padding: 0 2rem;
  width: 100%;
  height: 35px;
  font-size: 1.6rem;
}

.checkout-section .form-address .form-group select,
.checkout-section .form-different-address .form-group select {
  -webkit-box-shadow: 0 0 0 1.2px #cbcbcb;
  outline: none;
  box-shadow: 0 0 0 1.2px #cbcbcb;
  border: none;
  background: none;
  width: 100%;
  height: 35px;
}

.woocommerce-checkout abbr.required {
  display: none;
}

.thank-you-section {
  background-color: #f5f3f8;
  text-align: center;
  padding: 5em 0;
}


.thank-you-section .page-title {
  color: #404040;
  font-size: 35px;
  font-weight: 300;

}

.thank-you-section .page-title strong {
  font-weight: 600;
}

.thank-you-section .page-title:after {
  display: none;
}

.thank-you-section>p {
  margin-top: 1em;
  font-size: 28px;
}

.line {
  width: 62.5%;
  margin: 5rem auto;
  display: block;
  border-bottom: solid 1px #CBCBCB;
}

.woocommerce-order-details {
  padding: 3em 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-order-details h4 {
  color: #404040;
  font-size: 35px;
  font-weight: 300;
}

.woocommerce-order-details h4 strong {
  font-weight: 600;
}


.woocommerce table.shop_table {
  margin-top: 3em;
  width: 50%;
  border: none;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  border-top: none;
}

.woocommerce-table__product-total.product-total {
  text-align: right;
}


.woocommerce table.shop_table tfoot td {
  text-align: right;
}

.return-home-btn {
  margin-top: 3em;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  margin: 1em auto;
  outline: none;
}

.woocommerce-checkout #payment div.form-row.place-order .wrap-btn {
  text-align: center;
}

.facebook-messenger {
	display:none;
  position: fixed;
  right: 1rem;
  bottom: 5rem;
}

.facebook-messenger img {
  width: 48px;
  height: 48px;
}

.variable-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 1.5em;
  margin-bottom: 2em;
}

.variable-wrapper .variable{
  display: flex;
  flex-direction: column;
}

.variable-wrapper .variable span{
  margin-bottom: 0.5em;
  font-weight: bold;
}

.variable-wrapper .variable select{
  width: 80%;
  height: 26px;
  border-radius: 5px;
}
.us-apart .us-apart-tabs .tabs #tabs-nav li a .icon img{
	max-width: 100%;
	width: 5rem;
	height: 5rem;
}
.for-key-features .list-item .item .box-img img{
	max-width: 100%;
	width: 6rem;
	height: 6rem;
}
.woocommerce-cart-form dl.variation{
	display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart-form dl.variation dt{
	max-width: 50%;
	flex: 0 0 50%;
	margin: 5px 0;
}
.woocommerce-cart-form dl.variation dd{
	margin: 5px 0;
}
.price__regular{
	color: #404040;
}
.planar-control__slider .gallery-top{
	width: 75%;
}
.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs{
	width: 100%
}
.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs .swiper-wrapper .swiper-slide{
	width: 30rem;
}
.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active:before{
	background-color: #40338e;
}
.shown-are-in-SGD{
	text-align: center;
	margin: 2rem 0;
}
.product-detail .product-info-wrapper .product-info .wrapper .price{
	align-items: flex-start;
}
.product-detail .product-info-wrapper .product-info .wrapper .price__new{
	text-decoration: none;
}
.price__new .price__regular{
	color: red;
}
.woocommerce-shipping-methods{
	list-style: none;
}
.product-section .product-wrapper .product-list-wrapper .product-list .product-item figure figcaption .price__new{
	text-decoration: none;
}
.cart-section .cart-wrapper .cart-product .product-list .product-item .price__new.same-price{
  color: #404040;
}
.woocommerce-shipping-methods li{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.woocommerce-shipping-methods li input[type=radio]{
  margin-right: 2rem;
}
.woocommerce-shipping-calculator{
  margin-top: 1rem;
}

.cart-section .cart-wrapper .order-summany .checkout-btn{
  margin-top: 1rem;
}