@charset "UTF-8";
@font-face {
  font-family: "Round";
  src: url("../themes/offline-oc-mall-theme/assets/font/cwTeXYen-zhonly.ttf");
}
.tooltip {
  --bs-tooltip-opacity: 1;
}
.tooltip-inner {
  padding: 0.25rem;
  cursor: pointer;
}
.cart-image-circle {
  height: 1em;
  width: 1em;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}
.cart-image-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(6);
}
.modal-close-btn {
  top: 20px;
  right: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-close-btn:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234e654b'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  background-color: white;
}
.tooltip-image {
  width: 10rem;
  overflow: hidden;
  height: 10rem;
}
.tooltip-image-img {
  transform: scale(1);
  cursor: pointer;
}
.tooltip-icon {
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tooltip-icon svg {
  fill: #4e654b;
}
.mall-option-selector {
  cursor: pointer;
}
.modal-body {
  max-height: 98vw;
}
.modal-body::before {
  float: left;
  padding-top: 100%;
  content: "";
}
.modal-body::after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 576px) {
  .modal-body {
    max-height: 500px;
  }
}
@media (min-width: 992px) {
  .modal-body {
    max-height: 800px;
  }
}
html {
  --main_green: $main_green;
  --main_orange: $main_orange;
  --main_light: $main_light;
  --main_yellow: $main_yellow;
}
img {
  object-fit: cover;
}
.m-order-numer {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.m-order-underline {
  content: "";
  padding-bottom: 0.5rem;
  width: 100%;
  border-top: 1px solid #dae4e9;
}
.m-order-content {
  margin-bottom: 0.5rem;
}
.fixed-width {
  width: calc(100% - 510px);
  padding: 0px;
}
.custom-margin {
  margin: 40px 0 25px;
}
.custom-margin-bottom {
  margin-bottom: 25px;
}
.checkout-address-selector {
  min-height: 160px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .checkout-address-selector {
    min-height: unset;
    padding-bottom: 1rem;
  }
}
.mall-cart-summary {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.mall-cart-summary__method-logo {
  padding-top: 0rem;
  font-size: 1rem;
  min-height: 160px;
}
@media (max-width: 768px) {
  .mall-cart-summary__method-logo {
    min-height: unset;
    padding-bottom: 1rem;
  }
}
.mall-address__actions, .mall-cart-summary__action {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mall-address__actions, .mall-cart-summary__action {
    padding-bottom: 2rem;
  }
}
.sticky {
  /*
position: relative;
top: var(--top, 0px);
*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.px-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.mall-btn-checkout.disabled {
  opacity: 0.1;
  pointer-events: none;
  cursor: default;
}
.form-check-input:checked {
  background-color: #4e654b;
  border-color: #4e654b;
}
.form-check-input:focus {
  border-color: #4e654b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(78, 101, 75, 0.25);
}
.shop-iconimage {
  background-color: #ED882A;
  color: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  right: 0%;
  bottom: 0%;
}
.shop-iconimage-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.paymentlogo {
  height: 2rem;
  width: 2rem;
}
.paymentlogo img {
  height: 100%;
}
/*
@mixin aspect($width: 16, $height: 9) {
    aspect-ratio: $width / $height;

    @supports not (aspect-ratio: $width / $height) {
    position: relative;
        &::before {
            content: '';
            float: left;
            padding-top: calc((#{$height} / #{$width}) * 100%);
        }

        &::after {
            content: '';
            display: block;
            clear: both;
        }
    }
}
*/
/*
@supports not (aspect-ratio: 1 / 1) {
    position: relative;
    &::before {
      float: left;
      padding-top: 100%;
      content: "";
    }
    
    &::after {
      display: block;
      content: "";
      clear: both;
    }
}
@supports not (aspect-ratio: 1 / 1.3) {
    position: relative;
    &::before {
      float: left;
      padding-top: 130%;
      content: "";
    }
    
    &::after {
      display: block;
      content: "";
      clear: both;
    }
}
@supports not (aspect-ratio: 1 / 1.7) {
    position: relative;
    &::before {
      float: left;
      padding-top: 170%;
      content: "";
    }
    
    &::after {
      display: block;
      content: "";
      clear: both;
    }
}
*/
.mall-orders-list__table.mall-table th {
  white-space: nowrap;
}
.mall-my-account__content {
  overflow: auto;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-2 {
  line-height: 2;
}
.line-height-3 {
  line-height: 3;
}
.line-height-4 {
  line-height: 4;
}
.font-size-14 {
  font-size: 1.4rem;
}
.mall-payment-method__entry--active, .mall-shipping-method__entry--active {
  background-color: #f7f2e8;
  border: 2px solid #4e654b;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
select, button {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  font-size: 16px;
  color: #4e654b;
  overflow-x: hidden;
  font-family: "Noto Sans HK", "Courier Prime";
  /*
  font-family: 'Courier Prime';
  */
}
.navbar {
  background: #4e654b;
  font-size: 1.2rem;
}
.navbar .navbar-brand img {
  height: 70px;
  width: 234px;
}
.navbar.nav-shadow.show {
  background: #0009;
}
.navbar .nav-item .dropdown-menu {
  background: #FFF9;
}
.navbar .dropdown-toggle::after {
  content: none;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  background-color: unset;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  background-color: unset;
}
.navbar .dropdown-item:focus span, .navbar .dropdown-item:hover span {
  border-bottom: 1px solid;
}
.navbar .navbar-toggler {
  border: 1px solid white;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.container-wide {
  max-width: 1800px !important;
}
.login {
  background-color: #f5f4ee;
}
.login .mall-signup__heading {
  text-align: center;
  font-family: "Lobster Two";
  font-size: 3rem;
}
.login .mall-signup__signin, .login .mall-signup__signup {
  background-color: white;
  border: 0px;
  border-radius: 75px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.login .mall-btn--primary {
  background-color: #ED882A;
  border-radius: 25px;
  border: 0px;
  padding-left: 3rem;
  padding-right: 3rem;
}
.login .mall-btn--primary:hover {
  background-color: #ED882A;
}
.login .mall-form-control input {
  background-color: #f5f4ee;
}
.login .mall-form-control select {
  background-color: #f5f4ee;
}
.login .mall-signup-terms {
  background-color: #f5f4ee;
}
.login .mall-form-control textarea {
  background-color: #f5f4ee;
}
.logo {
  color: white;
  font-family: "Lobster Two";
  line-height: 1;
  font-size: 2rem;
  /*
  font-size: 1.75rem;
  */
}
#layout-footer .logo {
  font-size: 3rem;
}
/*
@property --move{
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}
*/
input, select {
  box-shadow: none;
}
.animation-btn {
  position: relative;
  background-color: transparent !important;
  overflow: hidden;
  z-index: 0;
}
.animation-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ED882A;
  height: 100%;
  z-index: -2;
}
.animation-btn.disabled::after {
  background: #B0B0B0;
}
.animation-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #4e654b;
  height: 100%;
  transition: width 1s;
  z-index: -1;
}
.animation-btn:hover {
  /*
    --move: 100%;
    background: $main_green;
    */
}
.animation-btn:hover::before {
  width: 100%;
}
.animation-gray-btn {
  position: relative;
  background-color: transparent !important;
  overflow: hidden;
  z-index: 0;
}
.animation-gray-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #B0B0B0;
  height: 100%;
  z-index: -2;
}
.animation-gray-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #4e654b;
  height: 100%;
  transition: width 1s;
  z-index: -1;
}
.animation-gray-btn:hover {
  /*
    --move: 100%;
    background: $main_green;
    */
}
.animation-gray-btn:hover::before {
  width: 100%;
}
.font-faimily-courier {
  font-family: "Courier Prime";
  font-weight: 400;
}
.font-faimily-lobster {
  font-family: "Lobster Two";
  font-weight: 400;
}
.bordered-25 {
  border-radius: 50px;
}
.header-shop-btn {
  border-radius: 50%;
  background-color: white;
  margin-left: 3rem;
  height: 100px;
  width: 100px;
}
.header-shop-btn svg {
  margin-bottom: 0.1rem;
}
.background-grey {
  background-color: #f7f2e8;
}
.background-green {
  background-color: #4e654b;
}
.background-white {
  background-color: white;
}
.mall-color-swatches__swatch {
  width: 40px;
  height: 40px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 20px;
}
#productpage .mall-color-swatches__swatch {
  width: 40px;
  height: 40px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #productpage .mall-color-swatches__swatch {
    width: 40px;
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 20px;
  }
}
@media (max-width: 1400px) {
  #style .mall-color-swatches__swatch {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1260px) {
  #style .mall-color-swatches__swatch {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1158px) {
  #style .mall-color-swatches__swatch {
    width: 25px;
    height: 25px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (max-width: 1054px) {
  #style .mall-color-swatches__swatch {
    width: 20px;
    height: 20px;
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (max-width: 904px) {
  #style .mall-color-swatches__swatch {
    width: 18px;
    height: 18px;
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (max-width: 768px) {
  #style .mall-color-swatches__swatch {
    width: 40px;
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  #style .mall-color-swatches__swatch {
    width: 30px;
    height: 30px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 20px;
  }
}
@media (max-width: 1200px) {
  #style .mall-products-item__price .currency, #style .mall-products-item__price .price {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  #style .mall-products-item__price .currency, #style .mall-products-item__price .price {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  #style .mall-products-item__info-secondary h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  #style .mall-products-item__info-secondary h3 {
    font-size: 1rem;
  }
}
.btn-main {
  background-color: #4e654b;
  color: white;
  text-align: center;
  min-width: 6rem;
  border-radius: 40px;
  padding: 0.5rem;
}
#cart-btn {
  opacity: 1;
}
#cart-btn.disabled {
  opacity: 0.1;
  pointer-events: none;
  cursor: default;
}
#cart-btn.ajaxdisabled {
  pointer-events: none;
}
.calculation-field {
  /*
  display: flex;
  */
  padding-bottom: 1rem;
  background-color: #f7f2e8;
}
.calculation-field input, .calculation-field select {
  border-bottom: 2px solid #4e654b;
}
.btn-more .underline {
  border-bottom: 1px solid #4e654b;
  width: 100%;
  transition-duration: 0.5s;
}
.btn-more:hover .underline {
  width: 0%;
}
.rotate {
  transform: rotate(0deg);
}
.nav-btn {
  color: #4e654b;
}
.more-btn {
  display: inline-block;
  background-color: #ED882A;
  border-radius: 50px;
  padding: 8px 75px;
  font-size: 15px;
  color: white;
}
#review .carousel-review {
  color: black;
  max-width: 1296px;
}
#review .carousel-review .owl-item {
  /*
      background: #FFFFFF;
      */
}
.dot {
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  background: #4e654b;
  transform: rotate(45deg);
}
.line {
  border-bottom: 1px solid #4e654b;
  width: calc(100% - 20px);
}
/*
.window-height, .window-width{
    
    
    &:after{
     content: "cm" ;
     color: $main_green;
     float: right;
     position: relative;
     top: -1.6em;
     right: 1em;
    }
    
}
*/
.reset-heightpadding {
  padding: 0px !important;
  height: 0px !important;
}
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.img {
  background-size: cover;
  background-position: center;
}
.style-item-btn {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  color: #C4C4C4 !important;
  border-radius: 0px;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.btn-check:checked + .style-item-btn {
  color: #6B6B6B !important;
  border: 1px solid #6B6B6B;
  box-shadow: 4px 4px 20px rgba(45, 63, 49, 0.15);
}
.btn-check:hover + .style-item-btn {
  color: #6B6B6B !important;
  border: 1px solid #6B6B6B;
  box-shadow: 4px 4px 20px rgba(45, 63, 49, 0.15);
}
.style-btn {
  font-size: 14px;
  color: #6B6B6B;
  border-bottom: 1px solid transparent;
}
.style-btn.active {
  color: #4e654b;
  border-bottom: 1px solid #4e654b;
  font-weight: bold;
}
/*
.style-item-btn{
    border-radius: 0px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 0px 1px #4e654b;
}
*/
.navbar {
  margin-top: 2rem !important;
}
.navbar .nav-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar .nav-item .nav-link {
  border-bottom: 1px solid transparent;
}
.navbar .nav-item .nav-link:hover {
  /*
        border-bottom: 1px solid white;
        border-bottom: 1px solid rgb(73, 94, 78);
        color: $main_green;
        border-bottom: white;
        */
}
.navbar .nav-item .dropdown-menu {
  min-width: 8rem;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar .nav-item .dropdown-menu.show {
  border: 0px;
}
.navbar .nav-item .dropdown-menu.show .dropdown-item {
  padding-top: 0px;
}
@media screen and (min-width: 992px) {
  .navbar .nav-item .dropdown-toggle:hover + ul {
    display: block;
    text-align: center;
    transform: translate(-50%, 0);
    left: 50%;
  }
  .navbar .nav-item .dropdown-menu:hover {
    display: block;
    text-align: center;
    transform: translate(-50%, 0);
    left: 50%;
  }
}
#measure-detail .blogdetail-title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #4e654b;
}
#measure-detail .blogdetail-content {
  color: #4e654b;
}
#review .customer {
  color: #4e654b;
  font-size: 20px;
  height: 2em;
}
#review .product {
  color: #6B6B6B;
}
#review .content {
  min-height: 7em;
  font-weight: 300;
}
a {
  color: #4e654b !important;
}
.margin-top {
  margin-top: 5rem;
}
.image-block {
  overflow-x: hidden;
}
.image-block .bg {
  color: white;
}
.image-block .bg .img {
  height: 425px;
}
.image-block .bg .right {
  background-color: #4e654b;
  padding: 57px 15% 0px 55px;
}
.image-block .bg .right .title {
  font-family: GenYoMin TW TTF;
  font-size: 30px;
}
.image-block .bg .right .content {
  font-family: Noto Sans;
  font-size: 16px;
  margin: 55px 0px;
}
.image-block .slogan {
  margin-top: 50px;
  color: #4e654b;
}
.image-block .slogan .content {
  font-family: GenYoMin TW TTF;
  font-size: 25px;
  top: -1.5em;
  position: relative;
  text-align: center;
}
.image-block .slogan .content .text {
  max-width: 600px;
  background-color: white;
}
.image-block .slogan .sub-content {
  text-align: center;
  max-width: 720px;
}
.image-block #carousel .carousel-btn {
  background-color: #4e654b;
  padding: 30px;
  border-radius: 50px;
}
.image-block #carousel .gallery-container {
  height: 600px;
}
.image-block #carousel .gallery-item {
  transition: all 0.1s ease-in-out;
}
.image-block #carousel .gallery-item-1, .image-block #carousel .gallery-item-5 {
  width: 250px;
  height: 300px;
}
.image-block #carousel .gallery-item-2, .image-block #carousel .gallery-item-4 {
  width: 333.3px;
  height: 400px;
}
.image-block #carousel .gallery-item-3 {
  width: 500px;
  height: 600px;
}
.image-block .info .title {
  border-radius: 50px 0px;
  background: #4e654b;
  /*
      writing-mode: vertical-rl;
      */
  width: 8em;
}
.image-block .middle-content a {
  text-decoration: none;
}
.image-block .middle-content .img {
  border-radius: 0px 150px 0px 0px;
  height: 550px;
}
.image-block .middle-content .right {
  color: #4e654b;
  margin: 130px 100px 0px 100px;
  max-width: 560px;
}
.image-block .title {
  font-size: 2rem;
  font-weight: 800;
}
.image-block .content {
  margin: 1rem 0px;
}
.image-block .number {
  color: #E3E3E3;
  font-size: 200px;
  z-index: -1;
  position: relative;
  bottom: 90%;
  left: 60%;
  /*
    margin-bottom: -1em;
    */
}
.image-block .discount .carousel-discount {
  color: black;
  max-width: 1296px;
  margin: -115px 0px;
}
#curtain {
  /*
  min-height: calc(100vh - 155px);
  */
  background-color: #f7f2e8;
}
#curtain .sticky-item.sticky .sticky-hidden {
  margin-top: -4.5rem;
}
#curtain .sticky-item.sticky [type="submit"] {
  display: none;
}
#curtain .image {
  /*
    aspect-ratio: 1;
    height: 26vw;
    */
  height: unset;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /*
    aspect-ratio: 1/1;
    */
  width: 100%;
}
#curtain .image::before {
  float: left;
  padding-top: 100%;
  content: "";
}
#curtain .image::after {
  display: block;
  content: "";
  clear: both;
}
#curtain .image-container {
  height: 0px;
  position: relative;
  top: 25%;
}
#curtain input, #curtain select {
  background: transparent;
  color: #4e654b;
  border-radius: 0 !important;
}
#curtain #intro .intro-container {
  border-radius: 15px;
  box-shadow: 4px 4px 20px rgba(45, 63, 49, 0.25);
  background-color: #FFFFFFE5;
}
#curtain #intro .intro-container .title {
  font-size: 20px;
}
#curtain #intro .intro-container .content {
  color: #6B6B6B;
}
#curtain #intro .intro-container .intro-btn {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #4e654b;
}
#curtain .nav {
  display: flex;
  justify-content: center;
}
#curtain .nav .nav-item {
  margin: 5px 70px;
}
#curtain .nav .nav-item .nav-link {
  background-color: transparent;
  color: #4e654b;
  border-radius: 0px;
  padding: 3px 0px;
}
#curtain .nav .nav-item .active {
  border-bottom: 1px solid #4e654b;
}
#curtain .comming_soon {
  font-family: "Lobster Two";
  font-size: 3rem;
}
.image {
  width: 100%;
  height: 400px;
  background-color: gray;
  background-size: cover;
  background-position: center;
  position: relative;
}
.image .sticker {
  position: absolute;
  right: 2rem;
  top: -3rem;
  background-color: #4e654b;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 1;
  word-spacing: 0;
  padding: 1rem;
  font-size: 1.5rem;
}
#productpage {
  background-color: #f7f2e8;
}
#productpage .container-right {
  margin-right: 510px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1830px) {
  #productpage .container-right {
    max-width: unset;
    padding-right: calc(3rem + 510px);
  }
}
@media (max-width: 992px) {
  #productpage .container-right {
    padding-right: calc(3rem);
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  #productpage .container-right {
    max-width: 540px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #productpage .container-right {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
#productpage .main_image {
  background-size: cover;
  background-position: center;
  height: auto;
  /*
    max-width: calc(100vw - 500px);
    */
}
#productpage .float-block {
  border-radius: 75px;
  position: fixed;
  top: 150px;
  background-color: white;
  width: 410px;
  right: 50px;
  /*
    max-height: 700px;
    */
  aspect-ratio: 0.7692307692;
  height: auto;
  z-index: 10;
  box-shadow: 4px 4px 20px rgba(73, 94, 78, 0.15);
}
#productpage .float-block .detail-container {
  position: relative;
  /*
      overflow-y: auto;
      */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*
      border-top-left-radius: 75px;
      border-top-right-radius: 75px;
      */
  color: white;
  /*
      min-height: 400px;
      */
  padding: 4rem 2rem;
}
#productpage .float-block .detail-container::before {
  float: left;
  padding-top: 50%;
  content: "";
}
#productpage .float-block .detail-container::after {
  display: block;
  content: "";
  clear: both;
}
#productpage .float-block .detail-container .mall-product__price {
  border-top-width: 0px;
}
#productpage .float-block .detail-container .price {
  color: white;
}
#productpage .float-block .detail-container .mall-product__price {
  padding-top: 0px;
}
#productpage .float-block .detail-container .mall-product__property-stock {
  color: white;
}
#productpage .float-block .detail-container .color-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2rem;
  translate: 0 50%;
}
#productpage .float-block .order-btn-container {
  margin-bottom: 1rem;
}
#productpage .float-block .more-btn {
  /*
      padding: 10px 120px;
      font-size: 2rem;
      */
  padding: 1rem 0rem;
  width: 16rem;
  font-size: 1.2rem;
  background-color: #ED882A;
}
#productpage .sub-title {
  padding: 30px 0px 15px 0px;
}
#productpage .more-btn {
  background-color: #4e654b;
}
#productpage #profile-tab-pane .text-container {
  height: 3rem;
}
.style-item-btn {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  color: #C4C4C4;
  /*
  width: 90px;
  width: 150px;
  */
}
.btn-check:checked + .style-item-btn {
  color: #6B6B6B;
  border: 1px solid #6B6B6B;
  box-shadow: 4px 4px 20px rgba(45, 63, 49, 0.15);
}
.btn-check:hover + .style-item-btn {
  color: #6B6B6B;
  border: 1px solid #6B6B6B;
  box-shadow: 4px 4px 20px rgba(45, 63, 49, 0.15);
}
.aboutus {
  overflow-x: hidden;
}
.aboutus .container-green {
  background-color: #4e654b;
  clip-path: ellipse(1500px 100% at 50% 0%);
  padding-bottom: 210px;
  margin-bottom: -250px;
  z-index: -1;
  position: relative;
}
.aboutus .contentdetail .contentdetail-flex {
  height: 800px;
  position: relative;
  right: 12%;
}
.aboutus .contentdetail .contentdetail-flex .contentdetail-container {
  width: 550px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 4px 20px rgba(45, 63, 49, 0.15);
  backdrop-filter: blur(20px);
  border-radius: 100px 0px;
  margin: 1.5rem;
  /*
        padding: 50px 30px 50px 30px;
        */
  padding: 50px 65px 50px 65px;
  position: relative;
}
.aboutus .contentdetail .title {
  color: #4e654b;
}
.aboutus .contentdetail .content {
  color: #6B6B6B;
}
.aboutus .example {
  position: relative;
  top: -10em;
  width: 850px;
  box-shadow: 4px 4px 20px rgba(45, 63, 49, 0.15);
  border-radius: 0px 50px;
}
.measureid {
  overflow-x: hidden;
}
.measureid .title {
  font-size: 40px;
}
.measureid .number {
  margin-left: -3rem;
  position: absolute;
  font-size: 128px;
  margin-bottom: 50px;
  opacity: 20%;
}
#inspiration {
  overflow-x: hidden;
}
#inspiration .page-link {
  border: 0px;
  color: #ABABAB;
  margin: 10px;
  font-size: 24px;
  font-family: Prata;
}
#inspiration .page-item.active .page-link {
  font-weight: bold;
  color: #4e654b;
  background-color: transparent;
}
#foo-width {
  width: 100%;
}
#foo-height {
  width: 100%;
}
.product-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  margin: 0.25rem;
  border-radius: 80px;
  border: 4px solid #f7f2e8;
  /*
  aspect-ratio: 1 / 1.7;
  */
}
.product-image::before {
  float: left;
  padding-top: 170%;
  content: "";
}
.product-image::after {
  display: block;
  content: "";
  clear: both;
}
.product-image.addpadding {
  background-size: 80%;
  background-color: #fffdfa;
}
.product-image-container {
  /*
  width: 130px;
  */
  width: 295px;
}
.mall-product {
  color: #4e654b;
  font-weight: bold;
}
.mall-product .title {
  text-align: center;
  color: #4e654b;
  font-family: "Lobster Two";
  font-size: 3rem;
}
.mall-product .info-container .title {
  font-size: 4.5rem;
}
.mall-product .info-container .remark {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.resetpassword {
  background-color: #f7f2e9;
  min-height: calc(100vh - 500px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-weight: bold;
}
.resetpassword .resetpassword-header {
  font-family: "Lobster Two";
  font-size: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.resetpassword .resetpassword-container {
  background-color: #fffdfa;
  border-radius: 75px;
  text-align: center;
  padding: 3rem;
}
.resetpassword .mall-btn--primary {
  background-color: #ED882A;
  border-radius: 25px;
  border: 0px;
  padding-left: 3rem;
  padding-right: 3rem;
}
.resetpassword .mall-btn--primary:hover {
  background-color: #ED882A;
}
.resetpassword .mall-form-control input {
  background-color: #f7f2e9;
}
.resetpassword .mall-form-control {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.resetpassword .alert-text {
  color: red;
  font-size: 0.75rem;
}
.mall-product .title:nth-child(2):before {
  /*
  background: #5c6466;x
  content: url("data:image/svg+xml,%3Csvg style='color: rgb(92, 105, 102);' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-hexagon-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z' fill='%235c6966'%3E%3C/path%3E%3C/svg%3E");
  */
}
.mall-product .title:nth-child(2):before {
  /*
 background: #686959;
 */
  /*
  content: url("data:image/svg+xml,%3Csvg style='color: rgb(104, 105, 89);' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-hexagon-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z' fill='%23686959'%3E%3C/path%3E%3C/svg%3E");
  */
}
#info-box {
  font-size: 0.9rem;
  z-index: 100;
  top: 180px;
  background-color: white;
  font-weight: bold;
  background-color: #fffdfa;
  /*
  min-width: 500px;
  */
  /*
  width: 500px;
  */
  width: 100%;
  border-radius: 100px;
}
#info-box.position-absolute {
  top: auto;
  bottom: 0px;
}
#info-box .info-container {
  /*
        max-height: 60vh;
        overflow-x: hidden;
        overflow-y: scroll;
    */
  color: #4e654b;
  padding: 3rem 5rem 3rem 5rem;
  background-color: #fffdfa;
  border-radius: 100px;
}
#info-box .detail-conatiner {
  font-size: 1.2rem;
  padding-left: 2rem;
}
#info-box .info-image {
  background-position: center;
  background-size: cover;
  margin: 0rem 2rem;
  padding: 1rem;
  /*height: 450px;*/
  /*
    aspect-ratio: 1 / 1
    */
}
#info-box .info-image::before {
  float: left;
  padding-top: 100%;
  content: "";
}
#info-box .info-image::after {
  display: block;
  content: "";
  clear: both;
}
#total_price {
  border-top: 1px solid #4e654b;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-family: "Lobster Two";
}
#mall-add-to-cart {
  /*
   position: relative;
   */
}
.product_detail table td {
  padding: 0rem 1rem;
}
.product_detail p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product_detail .nav-tabs {
  border-bottom: 2px solid black;
}
.product_detail .nav-tabs .nav-link {
  color: black;
  margin-left: 20px;
  margin-right: 20px;
}
.product_detail .nav-tabs .nav-link.active {
  padding: 1rem 2rem !important;
  /*
        background-color: $main_green;
        color: white;
        */
  position: relative;
  border-top: 1px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  color: white;
  background-color: black;
  /*
        border-bottom: 1px solid $main_green;
        */
  border-bottom: 1px solid black;
  z-index: 0;
}
.product_detail .line-container {
  margin-top: -6px;
  margin-left: -300px;
}
.product_detail .line-container .line {
  width: calc(36em);
}
.product_detail .line-container .dot {
  width: 5px;
  height: 5px;
}
.product_detail .nav-tabs .nav-link {
  color: black !important;
  padding: 1rem 2rem !important;
}
.product_detail .nav-tabs .nav-link.active {
  color: white !important;
}
.product_detail .nav-tabs .nav-link.active::before {
  content: "";
  /* To generate the box */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-bottom: none;
  border-radius: 0.5em 0.5em 0 0;
  background: black;
  transform: scale(1.2, 1.2) perspective(1rem) rotateX(2deg);
  transform-origin: bottom;
  margin-bottom: -1px;
  opacity: 1;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 0px;
}
.product_detail .nav-tabs .nav-link::before {
  opacity: 0;
}
.mall-cart-actions {
  padding-bottom: 0.5rem;
}
.mall-products-item__price, .mall-product__current-price {
  color: #4e654b;
  padding-left: 0px;
  font-weight: 400;
}
.mall-products-item__price .currency, .mall-product__current-price .currency {
  font-size: 2rem;
}
.mall-products-item__price .price, .mall-product__current-price .price {
  font-size: 2rem;
}
.products-item .style-container, .products-item .image {
  border-radius: 80px;
}
.products-item .image {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.mall-products-item__info-secondary {
  /*
  margin-bottom: 1rem;
  line-height: 2;
  */
  margin-top: 1rem;
  min-height: 1.5em;
}
.mall-product__cart .title {
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.cal-btn {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background: #ED882A;
  border-radius: 50px;
  padding: 1rem 0rem;
  width: 16rem;
}
.btn-addcart {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background: #B0B0B0;
  /*
  box-shadow: 4px 4px 20px rgba(45, 63, 49, 0.15);
  */
  border-radius: 50px;
  padding: 1rem 0rem;
  width: 16rem;
}
.product-options {
  justify-content: center;
}
.product-options .product-image-container-box {
  border-radius: 10px;
  margin-top: 10px;
  color: #4e654b;
  font-weight: bold;
}
.product-options .selected .product-image-container-box {
  /*
    border: 2px solid $main_green !important;
    position: relative;
    color: $main_green;
     &:before{
        content: '✔';
        width: 30px;
        height: 30px;
        background-color: #4e654b;
        color: white;
        position: absolute;
        left: calc(50% - 15px);
        top: -15px;
        text-align: center;
        border-radius: 15px;
        padding: 3px;
        font-size: 15px;
        padding-top: 5px;
    }
    */
}
.product-options .selected .product-image-container-box .product-image {
  border: 4px solid #4e654b;
}
#valuebuys .video {
  background-size: cover;
  background-position: center;
  height: 35vw;
}
#productdetail .sticky-item {
  background-color: #f7f2e8;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#productdetail .sticky-item .calculation-field {
  padding-bottom: 0px;
}
#productdetail .sub-title {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 3rem;
  color: #4e654b;
  text-align: center;
  border-bottom: 1px solid #4e654b;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5rem;
  margin-top: 5rem;
}
#productdetail input, #productdetail select {
  background: transparent;
  color: #4e654b;
  border-radius: 0;
}
#productdetail .mall-product__cart {
  min-height: calc(100vh - 200px);
}
#productdetail .mall-product__cart .option-title {
  color: #4e654b;
}
#productdetail .mall-product__cart .product-name {
  margin-top: 1rem;
  line-height: 1;
}
#productdetail .mall-product__cart .product-price {
  line-height: 1;
}
#productdetail .product-image-container.selected + .product-image-container + .d-none {
  display: flex !important;
}
#productdetail .product-image-container.selected + .product-image-container ~ .d-none {
  display: flex !important;
}
#productdetail .product-image-container.selected + .product-image-container + .product-image-container + .d-none {
  display: flex !important;
}
#productdetail .product-image-container.selected + .product-image-container + .product-image-container + .product-image-container + .d-none {
  display: flex !important;
}
#productdetail .style-item-btn {
  background: #B0B0B0;
  border-radius: 50px;
  border: 0px;
  color: white !important;
  font-size: 1rem;
  padding: 1rem 0rem;
  width: 16rem;
}
#productdetail .btn-check:checked + .style-item-btn {
  background-color: #ED882A;
}
#productdetail .btn-check:hover + .style-item-btn {
  background-color: #ED882A;
}
#cart {
  background-color: #f7f2e8;
  font-weight: bold;
}
#cart .text-muted {
  color: #4e654b !important;
}
#cart .main-title {
  font-size: 4.5rem;
  text-align: center;
  font-family: "Lobster Two";
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#cart .price {
  font-family: "Lobster Two";
  font-size: 2rem;
}
#cart .cart-container {
  border-radius: 100px;
  background-color: white;
}
#cart .cart-table {
  overflow: hidden;
}
#cart .cart-table .space {
  margin-bottom: 0.5rem;
}
#cart .cart-table .price-fix-width {
  /*
      width: 12rem;
      */
}
#cart .cart-table .cart-product-detail:last-child {
  padding-bottom: 0 !important;
}
#cart .btn-main {
  padding: 8px 75px;
}
#cart .title {
  font-size: 1.2rem;
}
#cart .empty {
  height: calc(100vh - 21rem);
}
#cart .type-name {
  color: #6B6B6B;
}
#cart .name {
  color: #4e654b;
  font-size: 1.8rem;
}
#cart .cart-header {
  border-bottom: 1px solid #4e654b;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
#cart .cart-footer {
  border-top: 1px solid #4e654b;
  margin-top: 1rem;
  padding-top: 0.5rem;
}
#cart .mall-btn {
  border-radius: 50px;
  border: 0px;
}
#cart .discount-btn {
  display: inline-block;
  background-color: #B0B0B0;
  font-size: 16px;
  color: white;
}
#cart input[name="code"] {
  background-color: #f5f4ee;
}
#cart .checkout-btn {
  color: white;
  padding: 1rem 7rem;
  background-color: #ED882A;
  display: block;
}
#cart .total .title {
  font-weight: bold;
  font-size: 1.2;
  padding: 1rem 0;
  border-bottom: 1px solid #596a73;
}
#cart .total .sub-title {
  font-size: 0.8;
  padding-left: 0.5rem;
}
#cart .total .grand-title {
  padding: 1rem 0 1rem 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  border-top: 1px solid #596a73;
}
#cart .mall-cart-actions {
  margin-top: 0rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  border-top: 0;
}
#cart .mall-discount-applier {
  margin-top: 1rem;
  justify-content: center;
}
#cart .cart-image {
  /*
     aspect-ratio: 1 / 1;
     */
  width: 90%;
}
#cart .cart-image::before {
  float: left;
  padding-top: 100%;
  content: "";
}
#cart .cart-image::after {
  display: block;
  content: "";
  clear: both;
}
header .shop-text {
  color: #ED882A;
  font-size: 1rem;
}
#footer {
  background-color: black;
  font-size: 0.75rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: white;
}
.footer2 {
  background-color: black;
}
.footer2 .social-media {
  font-size: 1.2em;
}
.footer2 .register {
  position: relative;
  width: 35%;
}
.footer2 .register .submit-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  color: red !important;
  bottom: 0rem;
  text-decoration: none;
}
.footer2 .form-control-name {
  border-radius: 2rem;
  padding: 0.375rem 1.25rem;
  padding-right: 5rem;
}
a.nav-link {
  color: white !important;
}
.mall-color-swatches__swatch.is-active {
  position: relative;
  border-color: #4e654b;
}
/*
.mall-color-swatches__swatch.is-active::before {
  content: " ";
  position: absolute;
  top: -6px; // border: 2px + offset: 1px
  right: -6px; // border: 2px + offset: 1px
  bottom: -6px; // border: 2px + offset: 1px
  left: -6px; // border: 2px + offset: 1px
  border: 2px solid $main_green;
  border-radius: 30px; // border—radius: 6px + offset: 1px
}
*/
.urgent-btn {
  background: #B0B0B0;
  border-radius: 50px;
  border: 0px;
  color: white !important;
  font-size: 1rem;
  padding: 1rem 0rem;
  width: 16rem;
}
.btn-check:checked + .urgent-btn {
  background-color: #ED882A;
}
.btn-check:hover + .urgent-btn {
  background-color: #ED882A;
}
.mall-option-selector:hover .mall-option-selector-text {
  display: block;
}
.mall-option-selector .mall-option-selector-text {
  display: none;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
}
.mall-option-selector .mall-option-selector-text:after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

@media (min-width: 992px) and (max-width: 1360px) {
  .bordered-25 {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .footer2 .register {
    width: 50%;
  }
  .header-shop-btn {
    margin-left: 0rem;
  }
  #info-box {
    position: static;
    min-width: unset;
  }
  #info-box.position-absolute {
    bottom: unset;
    position: static !important;
  }
  #info-box .info-container {
    max-height: unset;
  }
  .shop-iconimage {
    width: 1.5rem;
    height: 1.5rem;
  }
  .shop-iconimage-text {
    font-size: 0.65rem;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #productpage .float-block .more-btn {
    /*
    width: 12rem;
    */
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  #airconditioner .mx-auto {
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  #airconditioner .mx-auto input {
    width: 80%;
  }
  #productpage .float-block .more-btn {
    /*
    width: 14rem;
    */
  }
}
@media screen and (min-width: 1023px) and (max-width: 1181px) {
  .navbar .navbar-brand img {
    height: 60px;
    width: 200px;
  }
  .navbar .nav-item .nav-link {
    font-size: 18px;
  }
  .navbar .header-shop-btn {
    height: 70px;
    width: 70px;
  }
  .navbar .header-shop-btn svg {
    height: 20px;
    width: 20px;
  }
  .navbar .header-shop-btn .shop-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 992px) {
  /*.header-shop-btn {
    margin-left: auto;
  }*/
  #layout-header {
    height: 6rem;
    z-index: 1;
    position: relative;
    background-color: #4e654b;
  }
  .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #4e654b;
  }
  .navbar .nav-item {
    border-bottom: 0.5px solid white;
    padding-left: 5px;
  }
  .navbar .nav-item.responsive-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .navbar .nav-item .nav-link:focus-visible {
    outline: none;
  }
  .fixed-width {
    width: 100%;
  }
  #productpage .float-block {
    position: static !important;
    width: 100%;
  }
  #productpage .product_detail table tr {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
  }
  #productpage .product_detail table tr td {
    width: 100% !important;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
  }
  #productpage .product_detail table tr td img {
    height: 280px;
  }
  #productpage .float-block {
    border-radius: 0px;
    background-color: unset;
    box-shadow: none;
    aspect-ratio: unset;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    max-width: 720px;
  }
  #productpage .float-block .detail-container {
    color: #4e654b;
    background-image: none !important;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    font-weight: bold;
  }
  #productpage .float-block .detail-container .price {
    color: #4e654b;
  }
  #productpage .float-block .detail-container::before {
    content: none;
  }
  #productpage .float-block .detail-container::after {
    content: none;
  }
  #productpage .float-block .order-btn-container, #productpage .float-block .mall-product__cart {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  #productpage .float-block .mall-product__property {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .dropdown-toggle:hover + ul {
    text-align: left;
    transform: none;
  }
  .dropdown-menu {
    border-width: 0;
    background: transparent;
    padding: 0;
  }
  .dropdown-menu:hover {
    text-align: left;
    transform: none;
  }
  .dropdown-menu a span {
    color: white;
    font-size: 12.8px;
  }
}
@media (max-width: 768px) {
  /*
  .reset-col{
       width: 100%!important;
  }
  */
  #productpage .float-block {
    max-width: 540px;
  }
  #cart .mall-cart-actions {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .urgent-btn {
    border-radius: 50px;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
    width: 9rem;
  }
  #cart .checkout-btn {
    border-radius: 50px;
    margin-left: 0.5rem;
    padding: 0.5rem 0rem;
    font-size: 16px;
    width: 9rem;
  }
  #productpage .float-block .more-btn {
    border-radius: 50px;
    margin-left: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
    width: 9rem;
  }
  #cart .cart-image {
    border-radius: 50px;
  }
  #info-box .info-image {
    border-radius: 50px;
  }
  #cart .cart-table .price-fix-width {
    width: unset;
  }
  body {
    font-size: unset;
  }
  html {
    /*
     font-size: 8px;
     */
  }
  .sm-nl {
    display: block;
  }
  .mall-cart-summary__info {
    flex-direction: column;
  }
  .mall-cart-summary__info > * {
    width: 100%;
  }
  .cus-container {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  #review .title, .story_block .title, .curtain_block .title {
    font-size: 2.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }
  .story_block .title {
    margin-bottom: 0.5rem !important;
  }
  #review .title {
    padding-top: 0rem !important;
    flex: 1 1 auto !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #review .shop-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .curtain_block .titlesubtitle {
    padding-bottom: 1rem !important;
  }
  .story_block .title, .howtoinstall .title {
    font-size: 2.5rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .ourstory .title {
    font-size: 3.5rem ! important;
  }
  .footer2 .register {
    width: 75%;
  }
  .review-arrow {
    width: 31px;
    height: 31px;
  }
  .product_detail .nav-tabs .nav-link.active {
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent;
  }
  .product_detail .nav-tabs .nav-link.active::before {
    transform: scale(1.1, 1.3) perspective(1rem) rotateX(4deg);
  }
  #curtain .image {
    height: 80vw;
  }
  .mall-color-swatches__swatch {
    width: 39px;
    height: 39px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .mall-signup {
    flex-direction: column;
    width: 100%;
    padding: 25px;
  }
  .mall-signup__signin, .mall-signup__signup {
    width: 100%;
  }
  .mall-signup__signup {
    margin-left: 0rem;
  }
  .mall-form-actions {
    flex-direction: column;
  }
  .mall-discount-applier form {
    width: 80%;
  }
  .ourstory .detail-title {
    text-align: center;
  }
  #homepage #carousel .carousel-btn {
    padding: 10px;
  }
  #homepage #carousel .gallery-container {
    height: 300px;
  }
  #homepage #carousel .gallery-item-1, #homepage #carousel .gallery-item-5 {
    width: 125px;
    height: 150px;
  }
  #homepage #carousel .gallery-item-2, #homepage #carousel .gallery-item-4 {
    width: 166.6px;
    height: 200px;
  }
  #homepage #carousel .gallery-item-3 {
    width: 250px;
    height: 300px;
  }
  #homepage #middle-content .img {
    height: 300px;
  }
  #homepage #middle-content .right {
    padding: 30px;
  }
  #homepage #middle-content .right .title {
    font-size: 25px;
  }
  #homepage #middle-content .right .number {
    bottom: 100%;
    left: 45%;
    /*
          margin-bottom: -1.5em
          */
  }
  #homepage #discount .carousel-discount {
    margin: 0px;
  }
  #homepage #review svg {
    width: 50px;
    height: 50px;
  }
  #curtain .image-container {
    height: unset;
    top: 0;
  }
  #curtain .nav .nav-item {
    margin: 5px 10px;
  }
  #curtain #review .review-btn svg {
    width: 50px;
    height: 50px;
  }
  #aboutus .contentdetail .contentdetail-flex {
    right: 0%;
  }
  #aboutus .example {
    position: static;
    width: 100%;
  }
  .product-image {
    /*
     height:218px;
     */
  }
  .product-price, .product-name {
    font-size: 14px;
  }
  .image-block .middle-content .right {
    margin: 65px 50px calc(-4rem + 65px) 50px;
  }
  #layout-content {
    overflow: hidden;
  }
  #valuebuys .video {
    height: 70vw;
    margin: -3rem -4rem -3rem -4rem;
  }
  .aboutus iframe {
    width: 100vw;
    height: 100vw;
  }
  .aboutus .contentdetail .contentdetail-flex {
    right: 0;
  }
  .aboutus .contentdetail .contentdetail-flex .contentdetail-container {
    padding: 45px 35px 45px 35px;
  }
  .aboutus .example {
    top: 0em;
    width: auto;
    margin: calc(1.5rem - 10px);
  }
  .navbar {
    font-size: 0.8rem;
  }
  header .shop-text {
    font-size: 0.66rem;
  }
  .header-shop-btn {
    width: 66.6px;
    height: 66.6px;
  }
  .header-shop-btn svg {
    height: 17px;
    width: 17px;
  }
  #review .shop-btn {
    width: 66.6px !important;
    height: 66.6px !important;
  }
  #review .shop-btn svg {
    height: 17px;
    width: 17px;
  }
  #review .shop-btn .shop-text {
    font-size: 0.66rem;
  }
  .logo {
    font-size: 1.35rem;
  }
  .navbar-toggle svg {
    height: 17px;
    width: 17px;
  }
  .line {
    width: 100%;
  }
  .input-width {
    width: 295px;
  }
  .input-width .input-width-100 {
    width: 100%;
  }
  #cart .main-title {
    padding-top: 2rem;
    font-size: 2.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 640px) {
  .mall-color-swatches__swatch {
    width: 37px;
    height: 37px;
  }
  .measureid .number {
    margin-left: -1rem;
  }
  #info-box .info-container {
    padding: 3rem 1rem 3rem 1rem;
  }
  .mall-product .info-container .title {
    font-size: 3rem;
  }
  .footer2 .register {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .navbar .navbar-brand img {
    height: 50px;
    width: 200px;
    object-fit: contain;
  }
}
