body {
  margin: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif; */
  font-family: "MHeiHKMedium", "RobotoRegular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.zoom-out {
  -moz-transform: scale(0.8, 0.8);
  zoom: 0.8;
  zoom: 80%;
}

body.zoom-in {
  -moz-transform: scale(1.2, 1.2);
  zoom: 1.2;
  zoom: 120%;
}

.nav button {
  font-size: 1.3rem;
  text-align: left;
  padding: 0px;
}

.nav > div {
  padding: 0px;
}

.nav button:last-child {
  text-align: right;
}

.carousel-image-container {
  height: 600px;
  margin-bottom: 2%;
}

.carousel-image-container .makeStyles-itemWrapper-3 {
  z-index: 1;
}

.carousel-item {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 400px;
}

.new-products button {
  font-size: xx-large;
  color: #999;
  display: block;
  padding: 0px;
  text-align: center;
  width: 100%;
}

.card {
  /* margin-left: 5%;
  margin-right: 5%; */
  box-shadow: none !important;
}

.card-header {
  color: #804e44;
  text-align: center;
  border-top: 3px solid lightgray;
  border-bottom: 3px solid lightgray;
  padding: 15px;
  margin: 100px auto !important;
  width: 674px;
}

.latest-products {
  margin: 0px;
}

.App .latest-products .products > div {
  margin: 37.5px 0.5%;
}

#mobile-header button {
  color: white;
  padding: 0;
  justify-content: end;
}
@media only screen and (max-width:1200px) {
  .mobile-nav header {
    width: 0px !important;
    display: inline-block !important;
  }

  .mobile-nav header button {
    padding: 0px;
  }  


  .carousel-image-container {
    height: 450px;
    margin-bottom: 2%;
  }
  
  .carousel-item {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 400px;
  }
  
}
@media only screen and (max-width: 1024px) {
  #root header {
    display: none;
  }

  .new-products button {
    text-align: left;
  }

  .new-products svg{
    font-size: 1.5rem;
  }

  .carousel-image-container svg{
    display: none;
  }
}

/* code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
} */

@font-face {
  font-family: "MHeiHKBold";
  src: local("MHeiHKBold"), url(6987779db636265655af.OTF) format("opentype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "MHeiHKLight";
  src: local("MHeiHKLight"), url(b40487299d3906c5b170.OTF) format("opentype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "MHeiHKMedium";
  src: local("MHeiHKMdeium"), url(26bc2fae1a23861f6ae5.OTF) format("opentype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "MHeiHKXBold";
  src: local("MHeiHXBold"), url(7374d028a7f9d1cc9b35.OTF) format("opentype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoBlack";
  src: local("RobotoBlack"), url(45715786ed948b799cf8.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoBlackItalic";
  src: local("RobotoBlackItalic"), url(33518f2d2a23d75b4496.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoBold";
  src: local("RobotoBold"), url(63311334b795ce3b76e2.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoBoldCondensed";
  src: local("RobotoBoldCondensed"), url(01decb86b9d1459ffdfb.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoBoldCondensedItalic";
  src: local("RobotoBoldCondensedItalic"), url(5f6847e255780564dae4.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoBoldItalic";
  src: local("RobotoBoldItalic"), url(7f8b6363e90575e01654.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoCondensed";
  src: local("RobotoCondensed"), url(0eb141b0ad60e21ed02e.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoCondensedItalic";
  src: local("RobotoCondensedItalic"), url(9e2c17591d43dd93dbf9.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoItalic";
  src: local("RobotoItalic"), url(fed51269e045a3e4b6d2.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoLight";
  src: local("RobotoLight"), url(03e629f6348896ffa23a.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoLightItalic";
  src: local("RobotoLightItalic"), url(81e32e6c1975ac79f9ae.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoMedium";
  src: local("RobotoMedium"), url(d2d7f0c01bffaa5ec8f7.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoMediumItalic";
  src: local("RobotoMediumItalic"), url(26207ba69adfa36316ff.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoRegular";
  src: local("RobotoRegular"), url(f25bd05915c1a3468d3d.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoThin";
  src: local("RobotoThin"), url(7cc2944f187ea510b4c7.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: "RobotoThinItalic";
  src: local("RobotoThinItalic"), url(19c6ed4cc0c9f897bc4c.ttf) format("truetype");
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}

.alice-carousel .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.alice-carousel .animated-out {
  z-index: 1;
}

.alice-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}

.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}
.alice-carousel__stage-item * {
  line-height: initial;
}
.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}

.alice-carousel__prev-btn {
  text-align: right;
}

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
}
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}
.alice-carousel__play-btn:hover {
  cursor: pointer;
}
.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}
.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}
.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}
.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.alice-carousel__dots > li {
  display: inline-block;
}
.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0e4fb;
}
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
  background-color: #6e7ebc;
}

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}
.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}
/* .products > div {
    /* background-color: #e9e9e9; 
} */
.products img {
    max-height: 20rem;
}

.price {
    color: black;
    display: inline-block;
}

.price-sale {
    margin: 0 2%;
}

.price-org {
    text-decoration: line-through;
}

.rating-wrapper {
    justify-content: center;
    color: #999999;
}

.sale-tag {
    position: absolute;
    right: 10%;
    top: 10%;
    color: white;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.product {
    cursor: pointer;
    padding: 3%;
}
.product .title {
    color: brown;
    font-weight: bold;
    display: flex;
    text-align: left;
}

.product .detail {
    color: black;
    /* font-weight: bold; */
    display: flex;
    text-align: left;
    font-size: 1.2rem;
}

/* desktop */
@media screen and (min-width: 1200px) and (max-width: 1599px) {

}

/* mobile */
@media only screen and (max-width: 1199px) {
    .-tag {
        font-size: 2rem;
    }
    .sale-tag {
        font-size: 0.8rem;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }
}
html {
  font-size: 16px;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

.page-container {
  padding-top: 20px;
  background: linear-gradient(180deg, #dcdcdc 0%, rgba(255, 255, 255, 1) 160px, rgba(255, 255, 255, 1) 100%);
}


.card {
  padding: 0px 105px 0px 128px;
}

.headerAutoComplete div div {
  padding-right: 1px !important;
}
a{
  color: inherit;
  text-decoration: unset;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



@media screen and (min-width: 600px) {
  html {
    font-size: 3em;
  }
  .MuiBreadcrumbs-li a {
    font-size:0.8rem !important;
  }
  .MuiBreadcrumbs-li p {
    font-size:0.8rem !important;
  }

  .with-left-right-padding {
    padding-left: 80px;
    padding-right:80px;
  }  
}

.CarouselChildRight {
  position:absolute; top:50%; right:-50px
}
.CarouselChildLeft {
  position:absolute; top:50%; left:-50px
}
.CarouselParent {
  position:relative
}

.ql-editor *, .rq-text *{
  font-size: 0.8rem !important;
}
.ql-editor img, .rq-text img{
  max-width: 100%;
  
}

.ql-editor h1, .rq-text h1 {
  color: #6f342a !important;
  font-weight: 800 !important;
  font-size: 0.9rem !important;
  margin: 2px 0;
}

.ql-editor h2, .rq-text h2 {
  color: #6f342a !important;
  font-weight: 600 !important;
  margin: 1px 0;
}

.ql-editor p, .rq-text p {
  color: #222 !important;
  font-weight: 400 !important;
  margin: 1px 0;
}

.ql-editor li, .rq-text li {
  color: #222 !important;
  font-weight: 400 !important;
  /* list-style: none; */
}

.ql-editor .ql-video, .rq-text .ql-video {
  height: 450px;
  width: 100%;
}

.autocompleteImage {
  width:40;
  padding-right: 3px;
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  .ql-editor *, .rq-text *{
    font-size: 1rem !important;
  }
  .ql-editor h1, .rq-text h1 {
    font-size: 1.1rem !important;
  }


  .with-left-right-padding {
    padding-left: 150px;
    padding-right: 150px;
  }
  .page-container h1.header.margin {
    margin: 120px 150px 36px !important;
  }
  .filter-container {
    padding: 3% 150px !important;
  }
}
.resultSelect {
  color: #cccccc;
  font-size: 0.9rem;
}

.MuiBox-root button {
  text-transform: none !important;
}

.page-container h1.header {
  margin: 120px 0 36px;
  font-size: 1.8rem !important;
  display: block;
  border-top: 3px solid #dcdddf;
  border-bottom: 3px solid #dcdddf;
  padding: 1%;
  color: #6e3429;
  text-align: center;

}
.page-container h1.header.margin {
  margin: 120px 80px 36px;
}
.filter-container {
  padding: 3% 80px;
  background-color: #999999;
}
.MuiChip-deleteIcon {
  font-size: 1rem !important;
}

.in-stock-bg {
  background-color: orange;
}

.out-of-stock-bg {
  background-color: #eaa3e5;
}

.fav-tag {
  position: absolute;
  left: 10%;
  top: 10%;
}

.fav-tag svg {    
  font-size: 2.5rem;
  color: #f2e583;
}

.fav-tag svg.red {    
  color: red !important;
}

.align-bottom-container {
    position: relative;
}

.align-bottom-content {
    position: absolute;
    bottom: 1.5vh;
}

.english .copyright{
    font-size: 0.3rem;;
}

.copyright{
    font-size: 0.6rem;
}

@media screen and (min-width: 1200px) {
    .footer a p {
        font-size: 1rem;
        white-space: nowrap;
    }
    .english .copyright{
        font-size: 1rem;;
    }

    .copyright{
        font-size: 0.8rem;
    }
  }
  


h2.sub-header {
    color: #b1a599;
    text-align: center;
    margin-bottom: 75px;
    font-size: 1rem;
}
.sub-header p {
    color: #353536
}

.products-container {
    padding: 1% 90px 1% 120px;
}

.unknown-container {
    padding: 1% 150px;
}

.filter-container label {
    font-size: 1.0rem;
}

.products-container .product {
    padding-bottom: 1%;
    margin: 32px;
    background: #e9e9e9;
}

.filter-column {
    background-clip: content-box;
    background-color: white;
    align-self: stretch;
}


.filter {
    margin: 10% 6%;
    display: flex;
    align-items: center;
}

.filter-title {
    display: inline-block;
    width: 25%;
    font-size: 1rem !important;
    text-align: left;
    padding: 0% 3%;
    color: #6e3429;
    font-weight: bold !important;
}

.filter .MuiFormControlLabel-label {
    font-size: 1rem;
    color: #6e3429;
    font-weight: bold;
}
.filter-item {
    width: 100%;
    margin-top:16;
    margin-bottom: 10;
}

.filter-item label {
    color: #6f342a;
    font-weight: 600;
    font-size: 1rem;
}

.filter .nolabel input {
    padding-left: 10px;
}

.search-icon {
    font-size: 28px !important;
}

.tag-container {
    padding: 3%;
}
.cross-filter {
    background-color: #b1a591;
    color: white;
    padding: 1% 5%;
    margin: 0% 2%;
}

.cross-filter span,
.tag-list span {
    font-size: 1.3rem
}

.cross-filter>.chin-letter-btn>span {
    letter-spacing: 15px
}

.label-stock-tag {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.price-slider {
    color: #999999;
}

.price-input {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}

.price-input div,
.price-input p {
    display: flex;
    align-items: center;
    margin: 2%;
}

.products-container ul {
    justify-content: center;
}
.tag-list div {
    height: inherit;
    overflow:visible !important;
    /*text-overflow:clip !important;*/
    max-width: 500px !important;
}

.btn-search {
    /* width: 10%; */
    margin-top: 4%;
}

.chin-letter-btn {
    letter-spacing: 15px !important;
}


/* desktop */
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    /* .filter-row {
        width: calc(100% +80px) !important;
        margin-left: -80px !important;
    }  */
    /* .filter-column {
        padding-left: 80px !important;
    } */
    .filter-container{
        padding: 3% 80px;
    }
    .english .filter-title {
        padding-left: 2px !important;
        font-size: 0.9rem !important;
    }
    .english .filter {
        font-size: 0.9rem !important;
    }
    .filter-item label {
        color: #6f342a;
        font-weight: 600;
        font-size: 0.9rem;
    }
}

.MuiFormLabel-filled, .MuiInputLabel-shrink {
  /* transform: translate(12px, -10px) scale(0.9) !important; */
}
.MuiAutocomplete-clearIndicator {
    visibility: visible !important;
}

/* mobile */
@media only screen and (max-width: 1199px) {
    .MuiOutlinedInput-root .MuiAutocomplete-endAdornment {
        top: 10px !important;
    }
    .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
        padding-right: 100px !important;
    }
    .MuiFormLabel-filled, .MuiInputLabel-shrink {
        transform: translate(22px, -22px) scale(0.75) !important;
    }
    .filter-item label {
        color: #6f342a; font-weight: 600; font-size: 0.9rem;
    }
 
    .products-container .MuiGrid-item {
        width: 100%;
        /* padding-left: 16px !important; */
    }
    .cross-filter {
        margin: 0%;
    }
    .btn-search {
        width: 45%; min-width: 180px; margin-top: 4%; letter-spacing: 15px;
    }

    .label-stock-tag {
        width: 1.8rem; height: 1.8rem; line-height: 1.8rem; font-size: 0.8rem;
    }

    .cross-filter span,  .tag-list span {
        font-size: 1rem;
    }
    .filter-container button {
        font-size: 1.2rem;
    }

    .chinese .filter-title,
    .chinese .filter .MuiFormControlLabel-label,
    .chinese .search-icon,
    .english .search-icon {
        font-size: 1rem !important;
    }

    .english .filter-title,
    .english .filter .MuiFormControlLabel-label{
        font-size: 0.7rem !important;
    }

    .english {
        font-size: 32px;
    }

    .english .product .detail{
        font-size: 1rem !important;
    }

    .unknown-container {
        padding: 30px 80px;
    }
}

.button{
    color: white;
}

.control-label{
    padding-left: 12px;
    padding-right: 12px;
    overflow: visible;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #e3dfde;
}

.map-image{
    width: 100%;
    height: 400px;
}
.product-details-wrapper {
    margin: 3% 10%;
}

.product-image-gallery {
    width: 100%;
}

.product-image-gallery img {
    width: 50px;
    height: 50px;
    border: 5px solid #d3d3d3;
}

.product-image-gallery button:hover {
    background-color: transparent;
}


h6 {
    font-weight: bolder !important;
    color: #b0a69c;
    display: inline-block;
}

.sharing-icons {
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #999999;
    /* padding: 5% 0%; */
}

.sharing-icons img{
    height: 80;
}

.sharing-icons a{
cursor: pointer;
}

.size-icons {
    align-items: center;
    justify-content: center;
    /* padding: 5% 0%; */
}
.size-icons .circle-outline {
    color: #999999;
    font-weight: bold;
    font-size: medium;
    line-height: 30px;
}

.divider {
    margin: 1% 25% 0 !important;
}

.circle-outline {
    border: 4px solid #999999;
    width: 30px;
    height: 30px;
    line-height: 37px;
    margin-left: 5px !important;
}

.related-prducts .products > div {
    background-color: transparent;
    margin: 2%;
}
.related-prducts .product {
    border: #e9e9e9 10px solid;
}

.icon-arrow {
    background-color: #999999;
    padding: 5px;
    color: white;
    /* font-size: 1rem; */
    width: 40px;
    height: 40px;
}

.icon-arrow.small{
    width: 30px;
    height: 30px;
}

.icon-arrow.changed{
    background-color: #75534A;
}

.btn-details {
    color: #b0a69c !important;
}

p.detail {
    font-size: 1.2rem;
}

p.title {
    color: #b0a69c;
}

/* mobile */
/* @media only screen and (max-width: 600px) {
    .product-image-large {
        width: 90%;
        border: 15px solid #efefef;
    }
} */

/* desktop */
@media screen and (min-width: 1200px){
    /* .product-details-wrapper .sale-tag {
        right: 10%;
        left: inherit;
    } */
    .sharing-icons img{
        height: 42;
    }
}

[data-rmiz-wrap="visible"],
[data-rmiz-wrap="hidden"] {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
}
[data-rmiz-wrap="hidden"] {
    visibility: hidden;
}
[data-rmiz-overlay] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-property: background-color;
}
[data-rmiz-btn-open],
[data-rmiz-btn-close] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* reset styles */
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font: inherit;
    color: inherit;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[data-rmiz-btn-open] {
    cursor: zoom-in;
}
[data-rmiz-btn-close] {
    cursor: zoom-out;
}
[data-rmiz-modal-content] {
    position: absolute;
    transition-property: transform;
    transform-origin: center center;
}

.compare-container {
    /* margin: 3% 12%; */
    text-align: center;
}

.compare-header {
    margin-bottom: 75px;
}

.compare-header button {
    font-weight: bold;
    font-size: 1rem;
    color: rgb(225, 225, 225);
}

.compare-header button.select {
    color: brown;
}

.table-large {
    background-color: rgb(225, 225, 225);
    width: 100%;
    height: 290px;
    text-align: center;
}

/* .table-large.mobile {
    height: 215px;
} */

.table-large.main img {
    width:auto;
    max-width: 90%;
    max-height: 284px;
    margin: auto;
}

.table-large.more img {
    width: 75%;
    /* height: 50%; */
    margin: 5%;
}

.compare-title .table-small, .compare-title .table-medium {
    text-align: left;
}
.table-small {
    background-color: rgb(225, 225, 225);
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.table-medium {
    background-color: rgb(225, 225, 225);
    height: 300px;
    text-align: center;
    line-height: 40px;
    display: grid;
}

.table-small span,
.table-medium span {
    font-size: 1rem;
    padding: 5%;
}

.table-large span {
    font-size: 1rem;
    line-height: 100px;
    padding: 5%;
}

.sub-header-with-desc {
    color: #b1a599;
    text-align: center;
    margin-bottom: auto;
    font-size:1rem;
}

.sub-header-desc {
    color: #A09F9F;
    margin-bottom: auto;
    font-size:1rem;
}


@media only screen and (min-width: 1200px) {
    #compare-item-section-1{
        display: flex !important;
    }
    #compare-item-section-0{
        display: flex !important;
    }
}

@media only screen and (max-width: 1200px) {

    .table-large span,
    .table-small span,
    .table-medium span
     {
        font-size: 0.7rem;
        overflow: hidden;
    }

    .table-small,
    .table-medium {
        min-height: 50px;
        line-height: 50px;
    }
    .table-medium{
        display: block;
        overflow:scroll;
    }

    .compare.fav-tag svg {
        font-size: 1.5rem !important;
    }
}

.image404 {
  max-width: 500px;
};

.title404 {
  font-weight: bold;
}

.p404 {
  color: #9c9c9c; 
  font-weight: 600;
  margin: 1rem 0;
  font-size: 1.5rem;
}

.button404 {
  margin-top: 2rem;
  border-radius: 5rem;
  background-color: #6f342b;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  height: 160px;
  padding: 20px;
  width: 60%;  
  cursor: pointer;
  
}

@media only screen and (min-width: 1200px) {
  .image404 {
    max-width: 300px;
  }

  .button404 {
    width: 90%;
    min-width: 120px;
    max-width: 250px;
    height: 60px;
    border-radius: 34.7px;
  }
}  



